Html Css Color HEX #A62BDF Dark Orchid

📋 copy color: '#A62BDF'

red 166 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #A62BDF

Tints of Dark Orchid #A62BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.95%

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

R = 38.43%
G = 9.95%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A62BDF (or 0xA62BDF) is known color: Dark Orchid. HEX triplet: A6, 2B and DF. RGB value is (166,43,223). Sum of RGB (Red+Green+Blue) = 166+43+223=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A62BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BDF is #59D420. Grayscale: #636363. Windows color (decimal): -5887009 or 14625702. OLE color: 14625702.

HSL color Cylindrical-coordinate representation of color #A62BDF: hue angle of 281º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62BDF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 43 223 -
CMYK 0.26 0.81 0 0.13
HSL 281º 0.74% 0.52% -
HSV(B) 281º 0.81% 0.87% -
XYZ 29.91 15.16 71.16 -
YUV 100.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 166 43 223 0.26 0.81 0 0.13 281 0.74 0.52
Hex A6 2B DF 1A 51 0 D 119 4A 34
Octal 246 53 337 32 121 0 15 431 112 64
Binary 10100110 101011 11011111 11010 1010001 0 1101 100011001 1001010 110100

Color Harmonies of #A62BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BDF

Black with #A62BDF

Text Example


Text Example

White with #A62BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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