Html Css Color HEX #A62CCD Dark Orchid

📋 copy color: '#A62CCD'

red 166 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #A62CCD

Tints of Dark Orchid #A62CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 40%
G = 10.6%
B = 49.4%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A62CCD (or 0xA62CCD) is known color: Dark Orchid. HEX triplet: A6, 2C and CD. RGB value is (166,44,205). Sum of RGB (Red+Green+Blue) = 166+44+205=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #A62CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CCD is #59D332. Grayscale: #626262. Windows color (decimal): -5886771 or 13446310. OLE color: 13446310.

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

Color convert

RGB 166 44 205 -
CMYK 0.19 0.79 0 0.20
HSL 285.47º 0.65% 0.49% -
HSV(B) 285.47º 0.79% 0.8% -
XYZ 27.65 14.32 59.06 -
YUV 98.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 166 44 205 0.19 0.79 0 0.20 285.47 0.65 0.49
Hex A6 2C CD 13 4F 0 14 11D 41 31
Octal 246 54 315 23 117 0 24 435 101 61
Binary 10100110 101100 11001101 10011 1001111 0 10100 100011101 1000001 110001

Color Harmonies of #A62CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CCD

Black with #A62CCD

Text Example


Text Example

White with #A62CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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