Html Css Color HEX #A308DB Dark Violet

📋 copy color: '#A308DB'

red 163 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #A308DB

Tints of Dark Violet #A308DB

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 8 (3.52% from 255) = 2.05%

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

R = 41.79%
G = 2.05%
B = 56.15%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A308DB (or 0xA308DB) is known color: Dark Violet. HEX triplet: A3, 08 and DB. RGB value is (163,8,219). Sum of RGB (Red+Green+Blue) = 163+8+219=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #A308DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308DB is #5CF724. Grayscale: #4D4D4D. Windows color (decimal): -6092581 or 14354595. OLE color: 14354595.

HSL color Cylindrical-coordinate representation of color #A308DB: hue angle of 284.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308DB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 8 219 -
CMYK 0.26 0.96 0 0.14
HSL 284.08º 0.93% 0.45% -
HSV(B) 284.08º 0.96% 0.86% -
XYZ 27.98 13.07 68.07 -
YUV 78.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 163 8 219 0.26 0.96 0 0.14 284.08 0.93 0.45
Hex A3 8 DB 1A 60 0 E 11C 5D 2D
Octal 243 10 333 32 140 0 16 434 135 55
Binary 10100011 1000 11011011 11010 1100000 0 1110 100011100 1011101 101101

Color Harmonies of #A308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A308DB

Black with #A308DB

Text Example


Text Example

White with #A308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A308DB; }

 p { color: rgb(163,8,219); }

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

background-color css

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

 a { background-color: rgb(163,8,219); }

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

border-color css

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

 span { border-color: rgb(163,8,219); }

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