Html Css Color HEX #A03FCF Dark Orchid

📋 copy color: '#A03FCF'

red 160 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #A03FCF

Tints of Dark Orchid #A03FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 37.21%
G = 14.65%
B = 48.14%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A03FCF (or 0xA03FCF) is known color: Dark Orchid. HEX triplet: A0, 3F and CF. RGB value is (160,63,207). Sum of RGB (Red+Green+Blue) = 160+63+207=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FCF is #5FC030. Grayscale: #6B6B6B. Windows color (decimal): -6275121 or 13582240. OLE color: 13582240.

HSL color Cylindrical-coordinate representation of color #A03FCF: hue angle of 280.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03FCF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 63 207 -
CMYK 0.23 0.70 0 0.19
HSL 280.42º 0.6% 0.53% -
HSV(B) 280.42º 0.7% 0.81% -
XYZ 27.54 15.53 60.58 -
YUV 108.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 160 63 207 0.23 0.70 0 0.19 280.42 0.6 0.53
Hex A0 3F CF 17 46 0 13 118 3C 35
Octal 240 77 317 27 106 0 23 430 74 65
Binary 10100000 111111 11001111 10111 1000110 0 10011 100011000 111100 110101

Color Harmonies of #A03FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FCF

Black with #A03FCF

Text Example


Text Example

White with #A03FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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