Html Css Color HEX #A62ABC Dark Orchid

📋 copy color: '#A62ABC'

red 166 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #A62ABC

Tints of Dark Orchid #A62ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 41.92%
G = 10.61%
B = 47.47%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A62ABC (or 0xA62ABC) is known color: Dark Orchid. HEX triplet: A6, 2A and BC. RGB value is (166,42,188). Sum of RGB (Red+Green+Blue) = 166+42+188=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A62ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ABC is #59D543. Grayscale: #5F5F5F. Windows color (decimal): -5887300 or 12331686. OLE color: 12331686.

HSL color Cylindrical-coordinate representation of color #A62ABC: hue angle of 290.96º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62ABC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 42 188 -
CMYK 0.12 0.78 0 0.26
HSL 290.96º 0.63% 0.45% -
HSV(B) 290.96º 0.78% 0.74% -
XYZ 25.63 13.39 48.81 -
YUV 95.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 166 42 188 0.12 0.78 0 0.26 290.96 0.63 0.45
Hex A6 2A BC C 4E 0 1A 123 3F 2D
Octal 246 52 274 14 116 0 32 443 77 55
Binary 10100110 101010 10111100 1100 1001110 0 11010 100100011 111111 101101

Color Harmonies of #A62ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ABC

Black with #A62ABC

Text Example


Text Example

White with #A62ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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