Html Css Color HEX #A420CA Dark Orchid

📋 copy color: '#A420CA'

red 164 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #A420CA

Tints of Dark Orchid #A420CA

RGB

 RED value IS 164 (64.45% from 255) = 41.21%

 GREEN value IS 32 (12.89% from 255) = 8.04%

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

R = 41.21%
G = 8.04%
B = 50.75%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A420CA (or 0xA420CA) is known color: Dark Orchid. HEX triplet: A4, 20 and CA. RGB value is (164,32,202). Sum of RGB (Red+Green+Blue) = 164+32+202=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #A420CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420CA is #5BDF35. Grayscale: #5A5A5A. Windows color (decimal): -6020918 or 13246628. OLE color: 13246628.

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

Color convert

RGB 164 32 202 -
CMYK 0.19 0.84 0 0.21
HSL 286.59º 0.73% 0.46% -
HSV(B) 286.59º 0.84% 0.79% -
XYZ 26.49 13.19 57.03 -
YUV 90.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 164 32 202 0.19 0.84 0 0.21 286.59 0.73 0.46
Hex A4 20 CA 13 54 0 15 11F 49 2E
Octal 244 40 312 23 124 0 25 437 111 56
Binary 10100100 100000 11001010 10011 1010100 0 10101 100011111 1001001 101110

Color Harmonies of #A420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420CA

Black with #A420CA

Text Example


Text Example

White with #A420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420CA; }

 p { color: rgb(164,32,202); }

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

background-color css

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

 a { background-color: rgb(164,32,202); }

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

border-color css

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

 span { border-color: rgb(164,32,202); }

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