Html Css Color HEX #A62FB0 Dark Orchid

📋 copy color: '#A62FB0'

red 166 ◦ green 47 ◦ blue 176

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

Shades of Dark Orchid #A62FB0

Tints of Dark Orchid #A62FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.08%

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 42.67%
G = 12.08%
B = 45.24%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A62FB0 (or 0xA62FB0) is known color: Dark Orchid. HEX triplet: A6, 2F and B0. RGB value is (166,47,176). Sum of RGB (Red+Green+Blue) = 166+47+176=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #A62FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FB0 is #59D04F. Grayscale: #606060. Windows color (decimal): -5886032 or 11546534. OLE color: 11546534.

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

Color convert

RGB 166 47 176 -
CMYK 0.06 0.73 0 0.31
HSL 295.35º 0.58% 0.44% -
HSV(B) 295.35º 0.73% 0.69% -
XYZ 24.58 13.27 42.34 -
YUV 97.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 166 47 176 0.06 0.73 0 0.31 295.35 0.58 0.44
Hex A6 2F B0 6 49 0 1F 127 3A 2C
Octal 246 57 260 6 111 0 37 447 72 54
Binary 10100110 101111 10110000 110 1001001 0 11111 100100111 111010 101100

Color Harmonies of #A62FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FB0

Black with #A62FB0

Text Example


Text Example

White with #A62FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FB0; }

 p { color: rgb(166,47,176); }

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

background-color css

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

 a { background-color: rgb(166,47,176); }

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

border-color css

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

 span { border-color: rgb(166,47,176); }

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