Html Css Color HEX #A62AAF Dark Orchid

📋 copy color: '#A62AAF'

red 166 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #A62AAF

Tints of Dark Orchid #A62AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 43.34%
G = 10.97%
B = 45.69%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A62AAF (or 0xA62AAF) is known color: Dark Orchid. HEX triplet: A6, 2A and AF. RGB value is (166,42,175). Sum of RGB (Red+Green+Blue) = 166+42+175=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #A62AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AAF is #59D550. Grayscale: #5D5D5D. Windows color (decimal): -5887313 or 11479718. OLE color: 11479718.

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

Color convert

RGB 166 42 175 -
CMYK 0.05 0.76 0 0.31
HSL 295.94º 0.61% 0.43% -
HSV(B) 295.94º 0.76% 0.69% -
XYZ 24.29 12.86 41.76 -
YUV 94.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 166 42 175 0.05 0.76 0 0.31 295.94 0.61 0.43
Hex A6 2A AF 5 4C 0 1F 128 3D 2B
Octal 246 52 257 5 114 0 37 450 75 53
Binary 10100110 101010 10101111 101 1001100 0 11111 100101000 111101 101011

Color Harmonies of #A62AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62AAF

Black with #A62AAF

Text Example


Text Example

White with #A62AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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