Html Css Color HEX #A62EBD Dark Orchid

📋 copy color: '#A62EBD'

red 166 ◦ green 46 ◦ blue 189

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

Shades of Dark Orchid #A62EBD

Tints of Dark Orchid #A62EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 41.4%
G = 11.47%
B = 47.13%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A62EBD (or 0xA62EBD) is known color: Dark Orchid. HEX triplet: A6, 2E and BD. RGB value is (166,46,189). Sum of RGB (Red+Green+Blue) = 166+46+189=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A62EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EBD is #59D142. Grayscale: #616161. Windows color (decimal): -5886275 or 12398246. OLE color: 12398246.

HSL color Cylindrical-coordinate representation of color #A62EBD: hue angle of 290.35º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62EBD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 46 189 -
CMYK 0.12 0.76 0 0.26
HSL 290.35º 0.61% 0.46% -
HSV(B) 290.35º 0.76% 0.74% -
XYZ 25.89 13.74 49.43 -
YUV 98.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 166 46 189 0.12 0.76 0 0.26 290.35 0.61 0.46
Hex A6 2E BD C 4C 0 1A 122 3D 2E
Octal 246 56 275 14 114 0 32 442 75 56
Binary 10100110 101110 10111101 1100 1001100 0 11010 100100010 111101 101110

Color Harmonies of #A62EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EBD

Black with #A62EBD

Text Example


Text Example

White with #A62EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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