Html Css Color HEX #A03EBD Dark Orchid

📋 copy color: '#A03EBD'

red 160 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #A03EBD

Tints of Dark Orchid #A03EBD

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

 GREEN value IS 62 (24.61% from 255) = 15.09%

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

R = 38.93%
G = 15.09%
B = 45.99%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A03EBD (or 0xA03EBD) is known color: Dark Orchid. HEX triplet: A0, 3E and BD. RGB value is (160,62,189). Sum of RGB (Red+Green+Blue) = 160+62+189=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #A03EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBD is #5FC142. Grayscale: #696969. Windows color (decimal): -6275395 or 12402336. OLE color: 12402336.

HSL color Cylindrical-coordinate representation of color #A03EBD: hue angle of 286.3º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03EBD is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 62 189 -
CMYK 0.15 0.67 0 0.26
HSL 286.3º 0.51% 0.49% -
HSV(B) 286.3º 0.67% 0.74% -
XYZ 25.41 14.59 49.62 -
YUV 105.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 160 62 189 0.15 0.67 0 0.26 286.3 0.51 0.49
Hex A0 3E BD F 43 0 1A 11E 33 31
Octal 240 76 275 17 103 0 32 436 63 61
Binary 10100000 111110 10111101 1111 1000011 0 11010 100011110 110011 110001

Color Harmonies of #A03EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EBD

Black with #A03EBD

Text Example


Text Example

White with #A03EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EBD; }

 p { color: rgb(160,62,189); }

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

background-color css

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

 a { background-color: rgb(160,62,189); }

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

border-color css

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

 span { border-color: rgb(160,62,189); }

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