Html Css Color HEX #A030BE Dark Orchid

📋 copy color: '#A030BE'

red 160 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #A030BE

Tints of Dark Orchid #A030BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 40.2%
G = 12.06%
B = 47.74%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A030BE (or 0xA030BE) is known color: Dark Orchid. HEX triplet: A0, 30 and BE. RGB value is (160,48,190). Sum of RGB (Red+Green+Blue) = 160+48+190=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A030BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030BE is #5FCF41. Grayscale: #616161. Windows color (decimal): -6278978 or 12464288. OLE color: 12464288.

HSL color Cylindrical-coordinate representation of color #A030BE: hue angle of 287.32º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A030BE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 48 190 -
CMYK 0.16 0.75 0 0.25
HSL 287.32º 0.6% 0.47% -
HSV(B) 287.32º 0.75% 0.75% -
XYZ 24.85 13.31 49.97 -
YUV 97.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 160 48 190 0.16 0.75 0 0.25 287.32 0.6 0.47
Hex A0 30 BE 10 4B 0 19 11F 3C 2F
Octal 240 60 276 20 113 0 31 437 74 57
Binary 10100000 110000 10111110 10000 1001011 0 11001 100011111 111100 101111

Color Harmonies of #A030BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030BE

Black with #A030BE

Text Example


Text Example

White with #A030BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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