Html Css Color HEX #A030DB Dark Orchid

📋 copy color: '#A030DB'

red 160 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #A030DB

Tints of Dark Orchid #A030DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 37.47%
G = 11.24%
B = 51.29%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A030DB (or 0xA030DB) is known color: Dark Orchid. HEX triplet: A0, 30 and DB. RGB value is (160,48,219). Sum of RGB (Red+Green+Blue) = 160+48+219=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A030DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030DB is #5FCF24. Grayscale: #646464. Windows color (decimal): -6278949 or 14364832. OLE color: 14364832.

HSL color Cylindrical-coordinate representation of color #A030DB: hue angle of 279.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A030DB is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 48 219 -
CMYK 0.27 0.78 0 0.14
HSL 279.3º 0.7% 0.52% -
HSV(B) 279.3º 0.78% 0.86% -
XYZ 28.34 14.7 68.36 -
YUV 100.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 160 48 219 0.27 0.78 0 0.14 279.3 0.7 0.52
Hex A0 30 DB 1B 4E 0 E 117 46 34
Octal 240 60 333 33 116 0 16 427 106 64
Binary 10100000 110000 11011011 11011 1001110 0 1110 100010111 1000110 110100

Color Harmonies of #A030DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030DB

Black with #A030DB

Text Example


Text Example

White with #A030DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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