Html Css Color HEX #A03CCF Dark Orchid

📋 copy color: '#A03CCF'

red 160 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #A03CCF

Tints of Dark Orchid #A03CCF

RGB

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

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

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

R = 37.47%
G = 14.05%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A03CCF (or 0xA03CCF) is known color: Dark Orchid. HEX triplet: A0, 3C and CF. RGB value is (160,60,207). Sum of RGB (Red+Green+Blue) = 160+60+207=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CCF is #5FC330. Grayscale: #6A6A6A. Windows color (decimal): -6275889 or 13581472. OLE color: 13581472.

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

Color convert

RGB 160 60 207 -
CMYK 0.23 0.71 0 0.19
HSL 280.82º 0.6% 0.52% -
HSV(B) 280.82º 0.71% 0.81% -
XYZ 27.38 15.21 60.52 -
YUV 106.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 160 60 207 0.23 0.71 0 0.19 280.82 0.6 0.52
Hex A0 3C CF 17 47 0 13 119 3C 34
Octal 240 74 317 27 107 0 23 431 74 64
Binary 10100000 111100 11001111 10111 1000111 0 10011 100011001 111100 110100

Color Harmonies of #A03CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CCF

Black with #A03CCF

Text Example


Text Example

White with #A03CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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