Html Css Color HEX #A01CFD Blue Violet

📋 copy color: '#A01CFD'

red 160 ◦ green 28 ◦ blue 253

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

Shades of Blue Violet #A01CFD

Tints of Blue Violet #A01CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 36.28%
G = 6.35%
B = 57.37%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A01CFD (or 0xA01CFD) is known color: Blue Violet. HEX triplet: A0, 1C and FD. RGB value is (160,28,253). Sum of RGB (Red+Green+Blue) = 160+28+253=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #A01CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CFD is #5FE302. Grayscale: #5C5C5C. Windows color (decimal): -6284035 or 16587936. OLE color: 16587936.

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

Color convert

RGB 160 28 253 -
CMYK 0.37 0.89 0 0.01
HSL 275.2º 0.98% 0.55% -
HSV(B) 275.2º 0.89% 0.99% -
XYZ 32.64 15.4 94.18 -
YUV 93.12 218.23 175.7 -
System Red Green Blue C M Y K H S L
Decimal 160 28 253 0.37 0.89 0 0.01 275.2 0.98 0.55
Hex A0 1C FD 25 59 0 1 113 62 37
Octal 240 34 375 45 131 0 1 423 142 67
Binary 10100000 11100 11111101 100101 1011001 0 1 100010011 1100010 110111

Color Harmonies of #A01CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CFD

Black with #A01CFD

Text Example


Text Example

White with #A01CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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