Html Css Color HEX #A03FCD Dark Orchid

📋 copy color: '#A03FCD'

red 160 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A03FCD

Tints of Dark Orchid #A03FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 37.38%
G = 14.72%
B = 47.9%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A03FCD (or 0xA03FCD) is known color: Dark Orchid. HEX triplet: A0, 3F and CD. RGB value is (160,63,205). Sum of RGB (Red+Green+Blue) = 160+63+205=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #A03FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FCD is #5FC032. Grayscale: #6B6B6B. Windows color (decimal): -6275123 or 13451168. OLE color: 13451168.

HSL color Cylindrical-coordinate representation of color #A03FCD: hue angle of 280.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03FCD is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 63 205 -
CMYK 0.22 0.69 0 0.20
HSL 280.99º 0.59% 0.53% -
HSV(B) 280.99º 0.69% 0.8% -
XYZ 27.29 15.44 59.3 -
YUV 108.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 160 63 205 0.22 0.69 0 0.20 280.99 0.59 0.53
Hex A0 3F CD 16 45 0 14 119 3B 35
Octal 240 77 315 26 105 0 24 431 73 65
Binary 10100000 111111 11001101 10110 1000101 0 10100 100011001 111011 110101

Color Harmonies of #A03FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FCD

Black with #A03FCD

Text Example


Text Example

White with #A03FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FCD; }

 p { color: rgb(160,63,205); }

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

background-color css

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

 a { background-color: rgb(160,63,205); }

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

border-color css

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

 span { border-color: rgb(160,63,205); }

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