Html Css Color HEX #A03CBD Dark Orchid

📋 copy color: '#A03CBD'

red 160 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #A03CBD

Tints of Dark Orchid #A03CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 39.12%
G = 14.67%
B = 46.21%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A03CBD (or 0xA03CBD) is known color: Dark Orchid. HEX triplet: A0, 3C and BD. RGB value is (160,60,189). Sum of RGB (Red+Green+Blue) = 160+60+189=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #A03CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CBD is #5FC342. Grayscale: #686868. Windows color (decimal): -6275907 or 12401824. OLE color: 12401824.

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

Color convert

RGB 160 60 189 -
CMYK 0.15 0.68 0 0.26
HSL 286.51º 0.52% 0.49% -
HSV(B) 286.51º 0.68% 0.74% -
XYZ 25.3 14.38 49.59 -
YUV 104.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 160 60 189 0.15 0.68 0 0.26 286.51 0.52 0.49
Hex A0 3C BD F 44 0 1A 11F 34 31
Octal 240 74 275 17 104 0 32 437 64 61
Binary 10100000 111100 10111101 1111 1000100 0 11010 100011111 110100 110001

Color Harmonies of #A03CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CBD

Black with #A03CBD

Text Example


Text Example

White with #A03CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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