Html Css Color HEX #A030CC Dark Orchid

📋 copy color: '#A030CC'

red 160 ◦ green 48 ◦ blue 204

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

Shades of Dark Orchid #A030CC

Tints of Dark Orchid #A030CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.65%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 38.83%
G = 11.65%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A030CC (or 0xA030CC) is known color: Dark Orchid. HEX triplet: A0, 30 and CC. RGB value is (160,48,204). Sum of RGB (Red+Green+Blue) = 160+48+204=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A030CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CC is #5FCF33. Grayscale: #626262. Windows color (decimal): -6278964 or 13381792. OLE color: 13381792.

HSL color Cylindrical-coordinate representation of color #A030CC: hue angle of 283.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A030CC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 48 204 -
CMYK 0.22 0.76 0 0.2
HSL 283.08º 0.62% 0.49% -
HSV(B) 283.08º 0.76% 0.8% -
XYZ 26.45 13.95 58.42 -
YUV 99.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 160 48 204 0.22 0.76 0 0.2 283.08 0.62 0.49
Hex A0 30 CC 16 4C 0 14 11B 3E 31
Octal 240 60 314 26 114 0 24 433 76 61
Binary 10100000 110000 11001100 10110 1001100 0 10100 100011011 111110 110001

Color Harmonies of #A030CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030CC

Black with #A030CC

Text Example


Text Example

White with #A030CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030CC; }

 p { color: rgb(160,48,204); }

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

background-color css

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

 a { background-color: rgb(160,48,204); }

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

border-color css

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

 span { border-color: rgb(160,48,204); }

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