Html Css Color HEX #A62ACF Dark Orchid

📋 copy color: '#A62ACF'

red 166 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #A62ACF

Tints of Dark Orchid #A62ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 40%
G = 10.12%
B = 49.88%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A62ACF (or 0xA62ACF) is known color: Dark Orchid. HEX triplet: A6, 2A and CF. RGB value is (166,42,207). Sum of RGB (Red+Green+Blue) = 166+42+207=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A62ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACF is #59D530. Grayscale: #616161. Windows color (decimal): -5887281 or 13576870. OLE color: 13576870.

HSL color Cylindrical-coordinate representation of color #A62ACF: hue angle of 285.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62ACF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 42 207 -
CMYK 0.20 0.80 0 0.19
HSL 285.09º 0.66% 0.49% -
HSV(B) 285.09º 0.8% 0.81% -
XYZ 27.82 14.27 60.32 -
YUV 97.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 166 42 207 0.20 0.80 0 0.19 285.09 0.66 0.49
Hex A6 2A CF 14 50 0 13 11D 42 31
Octal 246 52 317 24 120 0 23 435 102 61
Binary 10100110 101010 11001111 10100 1010000 0 10011 100011101 1000010 110001

Color Harmonies of #A62ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ACF

Black with #A62ACF

Text Example


Text Example

White with #A62ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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