Html Css Color HEX #A62CCF Dark Orchid

📋 copy color: '#A62CCF'

red 166 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #A62CCF

Tints of Dark Orchid #A62CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.55%

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

R = 39.81%
G = 10.55%
B = 49.64%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A62CCF (or 0xA62CCF) is known color: Dark Orchid. HEX triplet: A6, 2C and CF. RGB value is (166,44,207). Sum of RGB (Red+Green+Blue) = 166+44+207=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A62CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CCF is #59D330. Grayscale: #626262. Windows color (decimal): -5886769 or 13577382. OLE color: 13577382.

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

Color convert

RGB 166 44 207 -
CMYK 0.20 0.79 0 0.19
HSL 284.91º 0.65% 0.49% -
HSV(B) 284.91º 0.79% 0.81% -
XYZ 27.89 14.41 60.34 -
YUV 99.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 166 44 207 0.20 0.79 0 0.19 284.91 0.65 0.49
Hex A6 2C CF 14 4F 0 13 11D 41 31
Octal 246 54 317 24 117 0 23 435 101 61
Binary 10100110 101100 11001111 10100 1001111 0 10011 100011101 1000001 110001

Color Harmonies of #A62CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CCF

Black with #A62CCF

Text Example


Text Example

White with #A62CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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