Html Css Color HEX #A821CE Dark Orchid

📋 copy color: '#A821CE'

red 168 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #A821CE

Tints of Dark Orchid #A821CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.11%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 41.28%
G = 8.11%
B = 50.61%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A821CE (or 0xA821CE) is known color: Dark Orchid. HEX triplet: A8, 21 and CE. RGB value is (168,33,206). Sum of RGB (Red+Green+Blue) = 168+33+206=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A821CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CE is #57DE31. Grayscale: #5C5C5C. Windows color (decimal): -5758514 or 13509032. OLE color: 13509032.

HSL color Cylindrical-coordinate representation of color #A821CE: hue angle of 286.82º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A821CE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 33 206 -
CMYK 0.18 0.84 0 0.19
HSL 286.82º 0.72% 0.47% -
HSV(B) 286.82º 0.84% 0.81% -
XYZ 27.83 13.87 59.6 -
YUV 93.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 168 33 206 0.18 0.84 0 0.19 286.82 0.72 0.47
Hex A8 21 CE 12 54 0 13 11F 48 2F
Octal 250 41 316 22 124 0 23 437 110 57
Binary 10101000 100001 11001110 10010 1010100 0 10011 100011111 1001000 101111

Color Harmonies of #A821CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821CE

Black with #A821CE

Text Example


Text Example

White with #A821CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821CE; }

 p { color: rgb(168,33,206); }

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

background-color css

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

 a { background-color: rgb(168,33,206); }

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

border-color css

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

 span { border-color: rgb(168,33,206); }

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