Html Css Color HEX #A420BC Dark Orchid

📋 copy color: '#A420BC'

red 164 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #A420BC

Tints of Dark Orchid #A420BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 42.71%
G = 8.33%
B = 48.96%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A420BC (or 0xA420BC) is known color: Dark Orchid. HEX triplet: A4, 20 and BC. RGB value is (164,32,188). Sum of RGB (Red+Green+Blue) = 164+32+188=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A420BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420BC is #5BDF43. Grayscale: #585858. Windows color (decimal): -6020932 or 12329124. OLE color: 12329124.

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

Color convert

RGB 164 32 188 -
CMYK 0.13 0.83 0 0.26
HSL 290.77º 0.71% 0.43% -
HSV(B) 290.77º 0.83% 0.74% -
XYZ 24.9 12.56 48.69 -
YUV 89.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 164 32 188 0.13 0.83 0 0.26 290.77 0.71 0.43
Hex A4 20 BC D 53 0 1A 123 47 2B
Octal 244 40 274 15 123 0 32 443 107 53
Binary 10100100 100000 10111100 1101 1010011 0 11010 100100011 1000111 101011

Color Harmonies of #A420BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420BC

Black with #A420BC

Text Example


Text Example

White with #A420BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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