Html Css Color HEX #A622CF Dark Orchid

📋 copy color: '#A622CF'

red 166 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #A622CF

Tints of Dark Orchid #A622CF

RGB

 RED value IS 166 (65.23% from 255) = 40.79%

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

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

R = 40.79%
G = 8.35%
B = 50.86%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A622CF (or 0xA622CF) is known color: Dark Orchid. HEX triplet: A6, 22 and CF. RGB value is (166,34,207). Sum of RGB (Red+Green+Blue) = 166+34+207=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A622CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622CF is #59DD30. Grayscale: #5C5C5C. Windows color (decimal): -5889329 or 13574822. OLE color: 13574822.

HSL color Cylindrical-coordinate representation of color #A622CF: hue angle of 285.78º 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 #A622CF is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 34 207 -
CMYK 0.20 0.84 0 0.19
HSL 285.78º 0.72% 0.47% -
HSV(B) 285.78º 0.84% 0.81% -
XYZ 27.56 13.76 60.23 -
YUV 93.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 166 34 207 0.20 0.84 0 0.19 285.78 0.72 0.47
Hex A6 22 CF 14 54 0 13 11E 48 2F
Octal 246 42 317 24 124 0 23 436 110 57
Binary 10100110 100010 11001111 10100 1010100 0 10011 100011110 1001000 101111

Color Harmonies of #A622CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622CF

Black with #A622CF

Text Example


Text Example

White with #A622CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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