Html Css Color HEX #A30FCF Dark Violet

📋 copy color: '#A30FCF'

red 163 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #A30FCF

Tints of Dark Violet #A30FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 42.34%
G = 3.9%
B = 53.77%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30FCF (or 0xA30FCF) is known color: Dark Violet. HEX triplet: A3, 0F and CF. RGB value is (163,15,207). Sum of RGB (Red+Green+Blue) = 163+15+207=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FCF is #5CF030. Grayscale: #505050. Windows color (decimal): -6090801 or 13569955. OLE color: 13569955.

HSL color Cylindrical-coordinate representation of color #A30FCF: hue angle of 286.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30FCF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 15 207 -
CMYK 0.21 0.93 0 0.19
HSL 286.25º 0.86% 0.44% -
HSV(B) 286.25º 0.93% 0.81% -
XYZ 26.54 12.63 60.07 -
YUV 81.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 163 15 207 0.21 0.93 0 0.19 286.25 0.86 0.44
Hex A3 F CF 15 5D 0 13 11E 56 2C
Octal 243 17 317 25 135 0 23 436 126 54
Binary 10100011 1111 11001111 10101 1011101 0 10011 100011110 1010110 101100

Color Harmonies of #A30FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FCF

Black with #A30FCF

Text Example


Text Example

White with #A30FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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