Html Css Color HEX #A420BB Dark Orchid

📋 copy color: '#A420BB'

red 164 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #A420BB

Tints of Dark Orchid #A420BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 42.82%
G = 8.36%
B = 48.83%

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

#A420BB (or 0xA420BB) is known color: Dark Orchid. HEX triplet: A4, 20 and BB. RGB value is (164,32,187). Sum of RGB (Red+Green+Blue) = 164+32+187=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #A420BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420BB is #5BDF44. Grayscale: #585858. Windows color (decimal): -6020933 or 12263588. OLE color: 12263588.

HSL color Cylindrical-coordinate representation of color #A420BB: hue angle of 291.1º 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 #A420BB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 32 187 -
CMYK 0.12 0.83 0 0.27
HSL 291.1º 0.71% 0.43% -
HSV(B) 291.1º 0.83% 0.73% -
XYZ 24.8 12.51 48.12 -
YUV 89.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 164 32 187 0.12 0.83 0 0.27 291.1 0.71 0.43
Hex A4 20 BB C 53 0 1B 123 47 2B
Octal 244 40 273 14 123 0 33 443 107 53
Binary 10100100 100000 10111011 1100 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A420BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420BB

Black with #A420BB

Text Example


Text Example

White with #A420BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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