Html Css Color HEX #A921CA Dark Orchid

📋 copy color: '#A921CA'

red 169 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #A921CA

Tints of Dark Orchid #A921CA

RGB

 RED value IS 169 (66.41% from 255) = 41.83%

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

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

R = 41.83%
G = 8.17%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A921CA (or 0xA921CA) is known color: Dark Orchid. HEX triplet: A9, 21 and CA. RGB value is (169,33,202). Sum of RGB (Red+Green+Blue) = 169+33+202=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #A921CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921CA is #56DE35. Grayscale: #5C5C5C. Windows color (decimal): -5692982 or 13246889. OLE color: 13246889.

HSL color Cylindrical-coordinate representation of color #A921CA: hue angle of 288.28º 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 #A921CA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 33 202 -
CMYK 0.16 0.84 0 0.21
HSL 288.28º 0.72% 0.46% -
HSV(B) 288.28º 0.84% 0.79% -
XYZ 27.57 13.79 57.09 -
YUV 92.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 169 33 202 0.16 0.84 0 0.21 288.28 0.72 0.46
Hex A9 21 CA 10 54 0 15 120 48 2E
Octal 251 41 312 20 124 0 25 440 110 56
Binary 10101001 100001 11001010 10000 1010100 0 10101 100100000 1001000 101110

Color Harmonies of #A921CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921CA

Black with #A921CA

Text Example


Text Example

White with #A921CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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