Html Css Color HEX #A622AF Dark Orchid

📋 copy color: '#A622AF'

red 166 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #A622AF

Tints of Dark Orchid #A622AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 44.27%
G = 9.07%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A622AF (or 0xA622AF) is known color: Dark Orchid. HEX triplet: A6, 22 and AF. RGB value is (166,34,175). Sum of RGB (Red+Green+Blue) = 166+34+175=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A622AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622AF is #59DD50. Grayscale: #595959. Windows color (decimal): -5889361 or 11477670. OLE color: 11477670.

HSL color Cylindrical-coordinate representation of color #A622AF: hue angle of 296.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A622AF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 34 175 -
CMYK 0.05 0.81 0 0.31
HSL 296.17º 0.67% 0.41% -
HSV(B) 296.17º 0.81% 0.69% -
XYZ 24.04 12.35 41.67 -
YUV 89.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 166 34 175 0.05 0.81 0 0.31 296.17 0.67 0.41
Hex A6 22 AF 5 51 0 1F 128 43 29
Octal 246 42 257 5 121 0 37 450 103 51
Binary 10100110 100010 10101111 101 1010001 0 11111 100101000 1000011 101001

Color Harmonies of #A622AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622AF

Black with #A622AF

Text Example


Text Example

White with #A622AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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