Html Css Color HEX #A62FDF Dark Orchid

📋 copy color: '#A62FDF'

red 166 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #A62FDF

Tints of Dark Orchid #A62FDF

RGB

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

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

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

R = 38.07%
G = 10.78%
B = 51.15%

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

#A62FDF (or 0xA62FDF) is known color: Dark Orchid. HEX triplet: A6, 2F and DF. RGB value is (166,47,223). Sum of RGB (Red+Green+Blue) = 166+47+223=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #A62FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FDF is #59D020. Grayscale: #666666. Windows color (decimal): -5885985 or 14626726. OLE color: 14626726.

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

Color convert

RGB 166 47 223 -
CMYK 0.26 0.79 0 0.13
HSL 280.57º 0.73% 0.53% -
HSV(B) 280.57º 0.79% 0.87% -
XYZ 30.06 15.47 71.21 -
YUV 102.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 166 47 223 0.26 0.79 0 0.13 280.57 0.73 0.53
Hex A6 2F DF 1A 4F 0 D 119 49 35
Octal 246 57 337 32 117 0 15 431 111 65
Binary 10100110 101111 11011111 11010 1001111 0 1101 100011001 1001001 110101

Color Harmonies of #A62FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FDF

Black with #A62FDF

Text Example


Text Example

White with #A62FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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