Html Css Color HEX #A03CBC Dark Orchid

📋 copy color: '#A03CBC'

red 160 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #A03CBC

Tints of Dark Orchid #A03CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 39.22%
G = 14.71%
B = 46.08%

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

#A03CBC (or 0xA03CBC) is known color: Dark Orchid. HEX triplet: A0, 3C and BC. RGB value is (160,60,188). Sum of RGB (Red+Green+Blue) = 160+60+188=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A03CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CBC is #5FC343. Grayscale: #686868. Windows color (decimal): -6275908 or 12336288. OLE color: 12336288.

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

Color convert

RGB 160 60 188 -
CMYK 0.15 0.68 0 0.26
HSL 286.88º 0.52% 0.49% -
HSV(B) 286.88º 0.68% 0.74% -
XYZ 25.19 14.34 49.02 -
YUV 104.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 160 60 188 0.15 0.68 0 0.26 286.88 0.52 0.49
Hex A0 3C BC F 44 0 1A 11F 34 31
Octal 240 74 274 17 104 0 32 437 64 61
Binary 10100000 111100 10111100 1111 1000100 0 11010 100011111 110100 110001

Color Harmonies of #A03CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CBC

Black with #A03CBC

Text Example


Text Example

White with #A03CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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