Html Css Color HEX #A30BCB Dark Violet

📋 copy color: '#A30BCB'

red 163 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #A30BCB

Tints of Dark Violet #A30BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.92%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 43.24%
G = 2.92%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A30BCB (or 0xA30BCB) is known color: Dark Violet. HEX triplet: A3, 0B and CB. RGB value is (163,11,203). Sum of RGB (Red+Green+Blue) = 163+11+203=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A30BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BCB is #5CF434. Grayscale: #4D4D4D. Windows color (decimal): -6091829 or 13306787. OLE color: 13306787.

HSL color Cylindrical-coordinate representation of color #A30BCB: hue angle of 287.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BCB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 11 203 -
CMYK 0.20 0.95 0 0.20
HSL 287.5º 0.9% 0.42% -
HSV(B) 287.5º 0.95% 0.8% -
XYZ 26 12.34 57.51 -
YUV 78.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 163 11 203 0.20 0.95 0 0.20 287.5 0.9 0.42
Hex A3 B CB 14 5F 0 14 120 5A 2A
Octal 243 13 313 24 137 0 24 440 132 52
Binary 10100011 1011 11001011 10100 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A30BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BCB

Black with #A30BCB

Text Example


Text Example

White with #A30BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BCB; }

 p { color: rgb(163,11,203); }

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

background-color css

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

 a { background-color: rgb(163,11,203); }

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

border-color css

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

 span { border-color: rgb(163,11,203); }

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