Html Css Color HEX #A417B8 Dark Orchid

📋 copy color: '#A417B8'

red 164 ◦ green 23 ◦ blue 184

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

Shades of Dark Orchid #A417B8

Tints of Dark Orchid #A417B8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

 BLUE value IS 184 (72.27% from 255) = 49.6%

R = 44.2%
G = 6.2%
B = 49.6%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A417B8 (or 0xA417B8) is known color: Dark Orchid. HEX triplet: A4, 17 and B8. RGB value is (164,23,184). Sum of RGB (Red+Green+Blue) = 164+23+184=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #A417B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417B8 is #5BE847. Grayscale: #535353. Windows color (decimal): -6023240 or 12064676. OLE color: 12064676.

HSL color Cylindrical-coordinate representation of color #A417B8: hue angle of 292.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417B8 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 23 184 -
CMYK 0.11 0.88 0 0.28
HSL 292.55º 0.78% 0.41% -
HSV(B) 292.55º 0.88% 0.72% -
XYZ 24.27 11.97 46.38 -
YUV 83.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 164 23 184 0.11 0.88 0 0.28 292.55 0.78 0.41
Hex A4 17 B8 B 58 0 1C 125 4E 29
Octal 244 27 270 13 130 0 34 445 116 51
Binary 10100100 10111 10111000 1011 1011000 0 11100 100100101 1001110 101001

Color Harmonies of #A417B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417B8

Black with #A417B8

Text Example


Text Example

White with #A417B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417B8; }

 p { color: rgb(164,23,184); }

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

background-color css

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

 a { background-color: rgb(164,23,184); }

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

border-color css

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

 span { border-color: rgb(164,23,184); }

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