Html Css Color HEX #A037FB Blue Violet

📋 copy color: '#A037FB'

red 160 ◦ green 55 ◦ blue 251

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

Shades of Blue Violet #A037FB

Tints of Blue Violet #A037FB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

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

R = 34.33%
G = 11.8%
B = 53.86%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A037FB (or 0xA037FB) is known color: Blue Violet. HEX triplet: A0, 37 and FB. RGB value is (160,55,251). Sum of RGB (Red+Green+Blue) = 160+55+251=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #A037FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037FB is #5FC804. Grayscale: #6C6C6C. Windows color (decimal): -6277125 or 16463776. OLE color: 16463776.

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

Color convert

RGB 160 55 251 -
CMYK 0.36 0.78 0 0.02
HSL 272.14º 0.96% 0.6% -
HSV(B) 272.14º 0.78% 0.98% -
XYZ 33.28 17.17 92.83 -
YUV 108.74 208.29 164.56 -
System Red Green Blue C M Y K H S L
Decimal 160 55 251 0.36 0.78 0 0.02 272.14 0.96 0.6
Hex A0 37 FB 24 4E 0 2 110 60 3C
Octal 240 67 373 44 116 0 2 420 140 74
Binary 10100000 110111 11111011 100100 1001110 0 10 100010000 1100000 111100

Color Harmonies of #A037FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037FB

Black with #A037FB

Text Example


Text Example

White with #A037FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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