Html Css Color HEX #A824CB Dark Orchid

📋 copy color: '#A824CB'

red 168 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #A824CB

Tints of Dark Orchid #A824CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

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

R = 41.28%
G = 8.85%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A824CB (or 0xA824CB) is known color: Dark Orchid. HEX triplet: A8, 24 and CB. RGB value is (168,36,203). Sum of RGB (Red+Green+Blue) = 168+36+203=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A824CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824CB is #57DB34. Grayscale: #5D5D5D. Windows color (decimal): -5757749 or 13313192. OLE color: 13313192.

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

Color convert

RGB 168 36 203 -
CMYK 0.17 0.82 0 0.20
HSL 287.43º 0.7% 0.47% -
HSV(B) 287.43º 0.82% 0.8% -
XYZ 27.56 13.9 57.73 -
YUV 94.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 168 36 203 0.17 0.82 0 0.20 287.43 0.7 0.47
Hex A8 24 CB 11 52 0 14 11F 46 2F
Octal 250 44 313 21 122 0 24 437 106 57
Binary 10101000 100100 11001011 10001 1010010 0 10100 100011111 1000110 101111

Color Harmonies of #A824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824CB

Black with #A824CB

Text Example


Text Example

White with #A824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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