Html Css Color HEX #A24CFB Blue Violet

📋 copy color: '#A24CFB'

red 162 ◦ green 76 ◦ blue 251

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

Shades of Blue Violet #A24CFB

Tints of Blue Violet #A24CFB

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

 GREEN value IS 76 (30.08% from 255) = 15.54%

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

R = 33.13%
G = 15.54%
B = 51.33%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A24CFB (or 0xA24CFB) is known color: Blue Violet. HEX triplet: A2, 4C and FB. RGB value is (162,76,251). Sum of RGB (Red+Green+Blue) = 162+76+251=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #A24CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CFB is #5DB304. Grayscale: #797979. Windows color (decimal): -6140677 or 16469154. OLE color: 16469154.

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

Color convert

RGB 162 76 251 -
CMYK 0.35 0.70 0 0.02
HSL 269.49º 0.96% 0.64% -
HSV(B) 269.49º 0.7% 0.98% -
XYZ 34.9 19.82 93.25 -
YUV 121.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 162 76 251 0.35 0.70 0 0.02 269.49 0.96 0.64
Hex A2 4C FB 23 46 0 2 10D 60 40
Octal 242 114 373 43 106 0 2 415 140 100
Binary 10100010 1001100 11111011 100011 1000110 0 10 100001101 1100000 1000000

Color Harmonies of #A24CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CFB

Black with #A24CFB

Text Example


Text Example

White with #A24CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CFB; }

 p { color: rgb(162,76,251); }

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

background-color css

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

 a { background-color: rgb(162,76,251); }

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

border-color css

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

 span { border-color: rgb(162,76,251); }

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