Html Css Color HEX #A821CA Dark Orchid

📋 copy color: '#A821CA'

red 168 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #A821CA

Tints of Dark Orchid #A821CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 41.69%
G = 8.19%
B = 50.12%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A821CA (or 0xA821CA) is known color: Dark Orchid. HEX triplet: A8, 21 and CA. RGB value is (168,33,202). Sum of RGB (Red+Green+Blue) = 168+33+202=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #A821CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CA is #57DE35. Grayscale: #5C5C5C. Windows color (decimal): -5758518 or 13246888. OLE color: 13246888.

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

Color convert

RGB 168 33 202 -
CMYK 0.17 0.84 0 0.21
HSL 287.93º 0.72% 0.46% -
HSV(B) 287.93º 0.84% 0.79% -
XYZ 27.35 13.68 57.08 -
YUV 92.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 168 33 202 0.17 0.84 0 0.21 287.93 0.72 0.46
Hex A8 21 CA 11 54 0 15 120 48 2E
Octal 250 41 312 21 124 0 25 440 110 56
Binary 10101000 100001 11001010 10001 1010100 0 10101 100100000 1001000 101110

Color Harmonies of #A821CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821CA

Black with #A821CA

Text Example


Text Example

White with #A821CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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