Html Css Color HEX #A62DD7 Dark Orchid

📋 copy color: '#A62DD7'

red 166 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #A62DD7

Tints of Dark Orchid #A62DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 38.97%
G = 10.56%
B = 50.47%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A62DD7 (or 0xA62DD7) is known color: Dark Orchid. HEX triplet: A6, 2D and D7. RGB value is (166,45,215). Sum of RGB (Red+Green+Blue) = 166+45+215=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #A62DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DD7 is #59D228. Grayscale: #646464. Windows color (decimal): -5886505 or 14101926. OLE color: 14101926.

HSL color Cylindrical-coordinate representation of color #A62DD7: hue angle of 282.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DD7 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 45 215 -
CMYK 0.23 0.79 0 0.16
HSL 282.71º 0.68% 0.51% -
HSV(B) 282.71º 0.79% 0.84% -
XYZ 28.93 14.89 65.64 -
YUV 100.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 166 45 215 0.23 0.79 0 0.16 282.71 0.68 0.51
Hex A6 2D D7 17 4F 0 10 11B 44 33
Octal 246 55 327 27 117 0 20 433 104 63
Binary 10100110 101101 11010111 10111 1001111 0 10000 100011011 1000100 110011

Color Harmonies of #A62DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DD7

Black with #A62DD7

Text Example


Text Example

White with #A62DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DD7; }

 p { color: rgb(166,45,215); }

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

background-color css

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

 a { background-color: rgb(166,45,215); }

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

border-color css

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

 span { border-color: rgb(166,45,215); }

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