Html Css Color HEX #A24CF0 Blue Violet

📋 copy color: '#A24CF0'

red 162 ◦ green 76 ◦ blue 240

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

Shades of Blue Violet #A24CF0

Tints of Blue Violet #A24CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 33.89%
G = 15.9%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A24CF0 (or 0xA24CF0) is known color: Blue Violet. HEX triplet: A2, 4C and F0. RGB value is (162,76,240). Sum of RGB (Red+Green+Blue) = 162+76+240=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #A24CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CF0 is #5DB30F. Grayscale: #777777. Windows color (decimal): -6140688 or 15748258. OLE color: 15748258.

HSL color Cylindrical-coordinate representation of color #A24CF0: hue angle of 271.46º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24CF0 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 76 240 -
CMYK 0.32 0.68 0 0.06
HSL 271.46º 0.85% 0.62% -
HSV(B) 271.46º 0.68% 0.94% -
XYZ 33.21 19.14 84.38 -
YUV 120.41 195.49 157.66 -
System Red Green Blue C M Y K H S L
Decimal 162 76 240 0.32 0.68 0 0.06 271.46 0.85 0.62
Hex A2 4C F0 20 44 0 6 10F 55 3E
Octal 242 114 360 40 104 0 6 417 125 76
Binary 10100010 1001100 11110000 100000 1000100 0 110 100001111 1010101 111110

Color Harmonies of #A24CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CF0

Black with #A24CF0

Text Example


Text Example

White with #A24CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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