Html Css Color HEX #A30FAF Dark Violet

📋 copy color: '#A30FAF'

red 163 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #A30FAF

Tints of Dark Violet #A30FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 46.18%
G = 4.25%
B = 49.58%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A30FAF (or 0xA30FAF) is known color: Dark Violet. HEX triplet: A3, 0F and AF. RGB value is (163,15,175). Sum of RGB (Red+Green+Blue) = 163+15+175=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A30FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAF is #5CF050. Grayscale: #4D4D4D. Windows color (decimal): -6090833 or 11472803. OLE color: 11472803.

HSL color Cylindrical-coordinate representation of color #A30FAF: hue angle of 295.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FAF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 15 175 -
CMYK 0.07 0.91 0 0.31
HSL 295.5º 0.84% 0.37% -
HSV(B) 295.5º 0.91% 0.69% -
XYZ 23.01 11.22 41.51 -
YUV 77.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 163 15 175 0.07 0.91 0 0.31 295.5 0.84 0.37
Hex A3 F AF 7 5B 0 1F 128 54 25
Octal 243 17 257 7 133 0 37 450 124 45
Binary 10100011 1111 10101111 111 1011011 0 11111 100101000 1010100 100101

Color Harmonies of #A30FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FAF

Black with #A30FAF

Text Example


Text Example

White with #A30FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FAF; }

 p { color: rgb(163,15,175); }

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

background-color css

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

 a { background-color: rgb(163,15,175); }

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

border-color css

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

 span { border-color: rgb(163,15,175); }

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