Html Css Color HEX #A821CB Dark Orchid

📋 copy color: '#A821CB'

red 168 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #A821CB

Tints of Dark Orchid #A821CB

RGB

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

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

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

R = 41.58%
G = 8.17%
B = 50.25%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A821CB (or 0xA821CB) is known color: Dark Orchid. HEX triplet: A8, 21 and CB. RGB value is (168,33,203). Sum of RGB (Red+Green+Blue) = 168+33+203=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #A821CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CB is #57DE34. Grayscale: #5C5C5C. Windows color (decimal): -5758517 or 13312424. OLE color: 13312424.

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

Color convert

RGB 168 33 203 -
CMYK 0.17 0.84 0 0.20
HSL 287.65º 0.72% 0.46% -
HSV(B) 287.65º 0.84% 0.8% -
XYZ 27.47 13.72 57.7 -
YUV 92.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 168 33 203 0.17 0.84 0 0.20 287.65 0.72 0.46
Hex A8 21 CB 11 54 0 14 120 48 2E
Octal 250 41 313 21 124 0 24 440 110 56
Binary 10101000 100001 11001011 10001 1010100 0 10100 100100000 1001000 101110

Color Harmonies of #A821CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821CB

Black with #A821CB

Text Example


Text Example

White with #A821CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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