Html Css Color HEX #A01CFB Blue Violet

📋 copy color: '#A01CFB'

red 160 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #A01CFB

Tints of Blue Violet #A01CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

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

R = 36.45%
G = 6.38%
B = 57.18%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A01CFB (or 0xA01CFB) is known color: Blue Violet. HEX triplet: A0, 1C and FB. RGB value is (160,28,251). Sum of RGB (Red+Green+Blue) = 160+28+251=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #A01CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CFB is #5FE304. Grayscale: #5C5C5C. Windows color (decimal): -6284037 or 16456864. OLE color: 16456864.

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

Color convert

RGB 160 28 251 -
CMYK 0.36 0.89 0 0.02
HSL 275.52º 0.97% 0.55% -
HSV(B) 275.52º 0.89% 0.98% -
XYZ 32.33 15.27 92.51 -
YUV 92.89 217.23 175.87 -
System Red Green Blue C M Y K H S L
Decimal 160 28 251 0.36 0.89 0 0.02 275.52 0.97 0.55
Hex A0 1C FB 24 59 0 2 114 61 37
Octal 240 34 373 44 131 0 2 424 141 67
Binary 10100000 11100 11111011 100100 1011001 0 10 100010100 1100001 110111

Color Harmonies of #A01CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CFB

Black with #A01CFB

Text Example


Text Example

White with #A01CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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