Html Css Color HEX #A819CB Dark Orchid

📋 copy color: '#A819CB'

red 168 ◦ green 25 ◦ blue 203

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

Shades of Dark Orchid #A819CB

Tints of Dark Orchid #A819CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 42.42%
G = 6.31%
B = 51.26%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A819CB (or 0xA819CB) is known color: Dark Orchid. HEX triplet: A8, 19 and CB. RGB value is (168,25,203). Sum of RGB (Red+Green+Blue) = 168+25+203=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A819CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819CB is #57E634. Grayscale: #575757. Windows color (decimal): -5760565 or 13310376. OLE color: 13310376.

HSL color Cylindrical-coordinate representation of color #A819CB: hue angle of 288.2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A819CB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 25 203 -
CMYK 0.17 0.88 0 0.20
HSL 288.2º 0.78% 0.45% -
HSV(B) 288.2º 0.88% 0.8% -
XYZ 27.28 13.33 57.64 -
YUV 88.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 168 25 203 0.17 0.88 0 0.20 288.2 0.78 0.45
Hex A8 19 CB 11 58 0 14 120 4E 2D
Octal 250 31 313 21 130 0 24 440 116 55
Binary 10101000 11001 11001011 10001 1011000 0 10100 100100000 1001110 101101

Color Harmonies of #A819CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819CB

Black with #A819CB

Text Example


Text Example

White with #A819CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819CB; }

 p { color: rgb(168,25,203); }

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

background-color css

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

 a { background-color: rgb(168,25,203); }

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

border-color css

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

 span { border-color: rgb(168,25,203); }

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