Html Css Color HEX #A01DFB Blue Violet

📋 copy color: '#A01DFB'

red 160 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #A01DFB

Tints of Blue Violet #A01DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.59%

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 36.36%
G = 6.59%
B = 57.05%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A01DFB (or 0xA01DFB) is known color: Blue Violet. HEX triplet: A0, 1D and FB. RGB value is (160,29,251). Sum of RGB (Red+Green+Blue) = 160+29+251=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #A01DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DFB is #5FE204. Grayscale: #5C5C5C. Windows color (decimal): -6283781 or 16457120. OLE color: 16457120.

HSL color Cylindrical-coordinate representation of color #A01DFB: hue angle of 275.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01DFB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 29 251 -
CMYK 0.36 0.88 0 0.02
HSL 275.41º 0.97% 0.55% -
HSV(B) 275.41º 0.88% 0.98% -
XYZ 32.35 15.32 92.52 -
YUV 93.48 216.9 175.45 -
System Red Green Blue C M Y K H S L
Decimal 160 29 251 0.36 0.88 0 0.02 275.41 0.97 0.55
Hex A0 1D FB 24 58 0 2 113 61 37
Octal 240 35 373 44 130 0 2 423 141 67
Binary 10100000 11101 11111011 100100 1011000 0 10 100010011 1100001 110111

Color Harmonies of #A01DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DFB

Black with #A01DFB

Text Example


Text Example

White with #A01DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DFB; }

 p { color: rgb(160,29,251); }

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

background-color css

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

 a { background-color: rgb(160,29,251); }

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

border-color css

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

 span { border-color: rgb(160,29,251); }

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