Html Css Color HEX #A440FB Blue Violet

📋 copy color: '#A440FB'

red 164 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #A440FB

Tints of Blue Violet #A440FB

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 64 (25.39% from 255) = 13.36%

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

R = 34.24%
G = 13.36%
B = 52.4%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A440FB (or 0xA440FB) is known color: Blue Violet. HEX triplet: A4, 40 and FB. RGB value is (164,64,251). Sum of RGB (Red+Green+Blue) = 164+64+251=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #A440FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440FB is #5BBF04. Grayscale: #727272. Windows color (decimal): -6012677 or 16466084. OLE color: 16466084.

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

Color convert

RGB 164 64 251 -
CMYK 0.35 0.75 0 0.02
HSL 272.09º 0.96% 0.62% -
HSV(B) 272.09º 0.75% 0.98% -
XYZ 34.56 18.52 93.02 -
YUV 115.22 204.63 162.79 -
System Red Green Blue C M Y K H S L
Decimal 164 64 251 0.35 0.75 0 0.02 272.09 0.96 0.62
Hex A4 40 FB 23 4B 0 2 110 60 3E
Octal 244 100 373 43 113 0 2 420 140 76
Binary 10100100 1000000 11111011 100011 1001011 0 10 100010000 1100000 111110

Color Harmonies of #A440FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440FB

Black with #A440FB

Text Example


Text Example

White with #A440FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440FB; }

 p { color: rgb(164,64,251); }

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

background-color css

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

 a { background-color: rgb(164,64,251); }

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

border-color css

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

 span { border-color: rgb(164,64,251); }

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