Html Css Color HEX #A422CF Dark Orchid

📋 copy color: '#A422CF'

red 164 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #A422CF

Tints of Dark Orchid #A422CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 40.49%
G = 8.4%
B = 51.11%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A422CF (or 0xA422CF) is known color: Dark Orchid. HEX triplet: A4, 22 and CF. RGB value is (164,34,207). Sum of RGB (Red+Green+Blue) = 164+34+207=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #A422CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422CF is #5BDD30. Grayscale: #5C5C5C. Windows color (decimal): -6020401 or 13574820. OLE color: 13574820.

HSL color Cylindrical-coordinate representation of color #A422CF: hue angle of 285.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A422CF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 34 207 -
CMYK 0.21 0.84 0 0.19
HSL 285.09º 0.72% 0.47% -
HSV(B) 285.09º 0.84% 0.81% -
XYZ 27.14 13.54 60.21 -
YUV 92.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 164 34 207 0.21 0.84 0 0.19 285.09 0.72 0.47
Hex A4 22 CF 15 54 0 13 11D 48 2F
Octal 244 42 317 25 124 0 23 435 110 57
Binary 10100100 100010 11001111 10101 1010100 0 10011 100011101 1001000 101111

Color Harmonies of #A422CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422CF

Black with #A422CF

Text Example


Text Example

White with #A422CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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