Html Css Color HEX #A62ACB Dark Orchid

📋 copy color: '#A62ACB'

red 166 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #A62ACB

Tints of Dark Orchid #A62ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 40.39%
G = 10.22%
B = 49.39%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A62ACB (or 0xA62ACB) is known color: Dark Orchid. HEX triplet: A6, 2A and CB. RGB value is (166,42,203). Sum of RGB (Red+Green+Blue) = 166+42+203=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #A62ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACB is #59D534. Grayscale: #606060. Windows color (decimal): -5887285 or 13314726. OLE color: 13314726.

HSL color Cylindrical-coordinate representation of color #A62ACB: hue angle of 286.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62ACB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 42 203 -
CMYK 0.18 0.79 0 0.20
HSL 286.21º 0.66% 0.48% -
HSV(B) 286.21º 0.79% 0.8% -
XYZ 27.33 14.07 57.78 -
YUV 97.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 166 42 203 0.18 0.79 0 0.20 286.21 0.66 0.48
Hex A6 2A CB 12 4F 0 14 11E 42 30
Octal 246 52 313 22 117 0 24 436 102 60
Binary 10100110 101010 11001011 10010 1001111 0 10100 100011110 1000010 110000

Color Harmonies of #A62ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ACB

Black with #A62ACB

Text Example


Text Example

White with #A62ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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