Html Css Color HEX #A422B5 Dark Orchid

📋 copy color: '#A422B5'

red 164 ◦ green 34 ◦ blue 181

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

Shades of Dark Orchid #A422B5

Tints of Dark Orchid #A422B5

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 43.27%
G = 8.97%
B = 47.76%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A422B5 (or 0xA422B5) is known color: Dark Orchid. HEX triplet: A4, 22 and B5. RGB value is (164,34,181). Sum of RGB (Red+Green+Blue) = 164+34+181=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #A422B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422B5 is #5BDD4A. Grayscale: #595959. Windows color (decimal): -6020427 or 11870884. OLE color: 11870884.

HSL color Cylindrical-coordinate representation of color #A422B5: hue angle of 293.06º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A422B5 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 34 181 -
CMYK 0.09 0.81 0 0.29
HSL 293.06º 0.68% 0.42% -
HSV(B) 293.06º 0.81% 0.71% -
XYZ 24.22 12.37 44.83 -
YUV 89.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 164 34 181 0.09 0.81 0 0.29 293.06 0.68 0.42
Hex A4 22 B5 9 51 0 1D 125 44 2A
Octal 244 42 265 11 121 0 35 445 104 52
Binary 10100100 100010 10110101 1001 1010001 0 11101 100100101 1000100 101010

Color Harmonies of #A422B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422B5

Black with #A422B5

Text Example


Text Example

White with #A422B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422B5; }

 p { color: rgb(164,34,181); }

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

background-color css

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

 a { background-color: rgb(164,34,181); }

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

border-color css

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

 span { border-color: rgb(164,34,181); }

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