Html Css Color HEX #A420BA Dark Orchid

📋 copy color: '#A420BA'

red 164 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #A420BA

Tints of Dark Orchid #A420BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 42.93%
G = 8.38%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A420BA (or 0xA420BA) is known color: Dark Orchid. HEX triplet: A4, 20 and BA. RGB value is (164,32,186). Sum of RGB (Red+Green+Blue) = 164+32+186=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A420BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420BA is #5BDF45. Grayscale: #585858. Windows color (decimal): -6020934 or 12198052. OLE color: 12198052.

HSL color Cylindrical-coordinate representation of color #A420BA: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A420BA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 32 186 -
CMYK 0.12 0.83 0 0.27
HSL 291.43º 0.71% 0.43% -
HSV(B) 291.43º 0.83% 0.73% -
XYZ 24.69 12.47 47.56 -
YUV 89.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 164 32 186 0.12 0.83 0 0.27 291.43 0.71 0.43
Hex A4 20 BA C 53 0 1B 123 47 2B
Octal 244 40 272 14 123 0 33 443 107 53
Binary 10100100 100000 10111010 1100 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A420BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420BA

Black with #A420BA

Text Example


Text Example

White with #A420BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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