Html Css Color HEX #A62FDD Dark Orchid

📋 copy color: '#A62FDD'

red 166 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #A62FDD

Tints of Dark Orchid #A62FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 38.25%
G = 10.83%
B = 50.92%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A62FDD (or 0xA62FDD) is known color: Dark Orchid. HEX triplet: A6, 2F and DD. RGB value is (166,47,221). Sum of RGB (Red+Green+Blue) = 166+47+221=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A62FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FDD is #59D022. Grayscale: #656565. Windows color (decimal): -5885987 or 14495654. OLE color: 14495654.

HSL color Cylindrical-coordinate representation of color #A62FDD: hue angle of 281.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62FDD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 47 221 -
CMYK 0.25 0.79 0 0.13
HSL 281.03º 0.72% 0.53% -
HSV(B) 281.03º 0.79% 0.87% -
XYZ 29.79 15.36 69.8 -
YUV 102.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 166 47 221 0.25 0.79 0 0.13 281.03 0.72 0.53
Hex A6 2F DD 19 4F 0 D 119 48 35
Octal 246 57 335 31 117 0 15 431 110 65
Binary 10100110 101111 11011101 11001 1001111 0 1101 100011001 1001000 110101

Color Harmonies of #A62FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FDD

Black with #A62FDD

Text Example


Text Example

White with #A62FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FDD; }

 p { color: rgb(166,47,221); }

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

background-color css

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

 a { background-color: rgb(166,47,221); }

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

border-color css

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

 span { border-color: rgb(166,47,221); }

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