Html Css Color HEX #A817BB Dark Orchid

📋 copy color: '#A817BB'

red 168 ◦ green 23 ◦ blue 187

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

Shades of Dark Orchid #A817BB

Tints of Dark Orchid #A817BB

RGB

 RED value IS 168 (66.02% from 255) = 44.44%

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

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

R = 44.44%
G = 6.08%
B = 49.47%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A817BB (or 0xA817BB) is known color: Dark Orchid. HEX triplet: A8, 17 and BB. RGB value is (168,23,187). Sum of RGB (Red+Green+Blue) = 168+23+187=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #A817BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BB is #57E844. Grayscale: #545454. Windows color (decimal): -5761093 or 12261288. OLE color: 12261288.

HSL color Cylindrical-coordinate representation of color #A817BB: hue angle of 293.05º 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 #A817BB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 23 187 -
CMYK 0.10 0.88 0 0.27
HSL 293.05º 0.78% 0.41% -
HSV(B) 293.05º 0.88% 0.73% -
XYZ 25.42 12.53 48.09 -
YUV 85.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 168 23 187 0.10 0.88 0 0.27 293.05 0.78 0.41
Hex A8 17 BB A 58 0 1B 125 4E 29
Octal 250 27 273 12 130 0 33 445 116 51
Binary 10101000 10111 10111011 1010 1011000 0 11011 100100101 1001110 101001

Color Harmonies of #A817BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817BB

Black with #A817BB

Text Example


Text Example

White with #A817BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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