Html Css Color HEX #A62EAF Dark Orchid

📋 copy color: '#A62EAF'

red 166 ◦ green 46 ◦ blue 175

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

Shades of Dark Orchid #A62EAF

Tints of Dark Orchid #A62EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 42.89%
G = 11.89%
B = 45.22%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A62EAF (or 0xA62EAF) is known color: Dark Orchid. HEX triplet: A6, 2E and AF. RGB value is (166,46,175). Sum of RGB (Red+Green+Blue) = 166+46+175=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #A62EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EAF is #59D150. Grayscale: #606060. Windows color (decimal): -5886289 or 11480742. OLE color: 11480742.

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

Color convert

RGB 166 46 175 -
CMYK 0.05 0.74 0 0.31
HSL 295.81º 0.58% 0.43% -
HSV(B) 295.81º 0.74% 0.69% -
XYZ 24.44 13.16 41.81 -
YUV 96.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 166 46 175 0.05 0.74 0 0.31 295.81 0.58 0.43
Hex A6 2E AF 5 4A 0 1F 128 3A 2B
Octal 246 56 257 5 112 0 37 450 72 53
Binary 10100110 101110 10101111 101 1001010 0 11111 100101000 111010 101011

Color Harmonies of #A62EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EAF

Black with #A62EAF

Text Example


Text Example

White with #A62EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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