Html Css Color HEX #A422BF Dark Orchid

📋 copy color: '#A422BF'

red 164 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #A422BF

Tints of Dark Orchid #A422BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 42.16%
G = 8.74%
B = 49.1%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A422BF (or 0xA422BF) is known color: Dark Orchid. HEX triplet: A4, 22 and BF. RGB value is (164,34,191). Sum of RGB (Red+Green+Blue) = 164+34+191=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #A422BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422BF is #5BDD40. Grayscale: #5A5A5A. Windows color (decimal): -6020417 or 12526244. OLE color: 12526244.

HSL color Cylindrical-coordinate representation of color #A422BF: hue angle of 289.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A422BF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 34 191 -
CMYK 0.14 0.82 0 0.25
HSL 289.68º 0.7% 0.44% -
HSV(B) 289.68º 0.82% 0.75% -
XYZ 25.29 12.8 50.43 -
YUV 90.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 164 34 191 0.14 0.82 0 0.25 289.68 0.7 0.44
Hex A4 22 BF E 52 0 19 122 46 2C
Octal 244 42 277 16 122 0 31 442 106 54
Binary 10100100 100010 10111111 1110 1010010 0 11001 100100010 1000110 101100

Color Harmonies of #A422BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422BF

Black with #A422BF

Text Example


Text Example

White with #A422BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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