Html Css Color HEX #A417BB Dark Orchid

📋 copy color: '#A417BB'

red 164 ◦ green 23 ◦ blue 187

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

Shades of Dark Orchid #A417BB

Tints of Dark Orchid #A417BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 43.85%
G = 6.15%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A417BB (or 0xA417BB) is known color: Dark Orchid. HEX triplet: A4, 17 and BB. RGB value is (164,23,187). Sum of RGB (Red+Green+Blue) = 164+23+187=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #A417BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417BB is #5BE844. Grayscale: #535353. Windows color (decimal): -6023237 or 12261284. OLE color: 12261284.

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

Color convert

RGB 164 23 187 -
CMYK 0.12 0.88 0 0.27
HSL 291.59º 0.78% 0.41% -
HSV(B) 291.59º 0.88% 0.73% -
XYZ 24.59 12.09 48.05 -
YUV 83.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 164 23 187 0.12 0.88 0 0.27 291.59 0.78 0.41
Hex A4 17 BB C 58 0 1B 124 4E 29
Octal 244 27 273 14 130 0 33 444 116 51
Binary 10100100 10111 10111011 1100 1011000 0 11011 100100100 1001110 101001

Color Harmonies of #A417BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417BB

Black with #A417BB

Text Example


Text Example

White with #A417BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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