Html Css Color HEX #A62EDF Dark Orchid

📋 copy color: '#A62EDF'

red 166 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #A62EDF

Tints of Dark Orchid #A62EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 38.16%
G = 10.57%
B = 51.26%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A62EDF (or 0xA62EDF) is known color: Dark Orchid. HEX triplet: A6, 2E and DF. RGB value is (166,46,223). Sum of RGB (Red+Green+Blue) = 166+46+223=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A62EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EDF is #59D120. Grayscale: #656565. Windows color (decimal): -5886241 or 14626470. OLE color: 14626470.

HSL color Cylindrical-coordinate representation of color #A62EDF: hue angle of 280.68º degrees, saturation: 0.73, 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 #A62EDF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 46 223 -
CMYK 0.26 0.79 0 0.13
HSL 280.68º 0.73% 0.53% -
HSV(B) 280.68º 0.79% 0.87% -
XYZ 30.02 15.39 71.2 -
YUV 102.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 166 46 223 0.26 0.79 0 0.13 280.68 0.73 0.53
Hex A6 2E DF 1A 4F 0 D 119 49 35
Octal 246 56 337 32 117 0 15 431 111 65
Binary 10100110 101110 11011111 11010 1001111 0 1101 100011001 1001001 110101

Color Harmonies of #A62EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EDF

Black with #A62EDF

Text Example


Text Example

White with #A62EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EDF; }

 p { color: rgb(166,46,223); }

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

background-color css

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

 a { background-color: rgb(166,46,223); }

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

border-color css

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

 span { border-color: rgb(166,46,223); }

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