Html Css Color HEX #A41AAF Dark Orchid

📋 copy color: '#A41AAF'

red 164 ◦ green 26 ◦ blue 175

#A41AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A41AAF

Tints of Dark Orchid #A41AAF

RGB

 RED value IS 164 (64.45% from 255) = 44.93%

 GREEN value IS 26 (10.55% from 255) = 7.12%

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 44.93%
G = 7.12%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A41AAF (or 0xA41AAF) is known color: Dark Orchid. HEX triplet: A4, 1A and AF. RGB value is (164,26,175). Sum of RGB (Red+Green+Blue) = 164+26+175=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #A41AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AAF is #5BE550. Grayscale: #535353. Windows color (decimal): -6022481 or 11475620. OLE color: 11475620.

HSL color Cylindrical-coordinate representation of color #A41AAF: hue angle of 295.57º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AAF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 26 175 -
CMYK 0.06 0.85 0 0.31
HSL 295.57º 0.74% 0.39% -
HSV(B) 295.57º 0.85% 0.69% -
XYZ 23.42 11.73 41.59 -
YUV 84.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 164 26 175 0.06 0.85 0 0.31 295.57 0.74 0.39
Hex A4 1A AF 6 55 0 1F 128 4A 27
Octal 244 32 257 6 125 0 37 450 112 47
Binary 10100100 11010 10101111 110 1010101 0 11111 100101000 1001010 100111

Color Harmonies of #A41AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AAF

Black with #A41AAF

Text Example


Text Example

White with #A41AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AAF; }

 p { color: rgb(164,26,175); }

 H1.HeaderClassName
 {
   color: #A41AAF;
 }
 .AnyTagClassName
 {
   color: #A41AAF;
 }
</style>

background-color css

<style>
 a { background-color: #A41AAF; }

 a { background-color: rgb(164,26,175); }

 div.DivClassName
 {
   background-color: #A41AAF;
 }
 .BgClassName
 {
   background-color: #A41AAF;
 }
</style>

border-color css

<style>
 span { border-color: #A41AAF; }

 span { border-color: rgb(164,26,175); }

 td.TdClassName
 {
   border-color: #A41AAF;
 }
 .TagClassName
 {
   border-color: #A41AAF;
 }
</style>