Html Css Color HEX #A24BEB Blue Violet

📋 copy color: '#A24BEB'

red 162 ◦ green 75 ◦ blue 235

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

Shades of Blue Violet #A24BEB

Tints of Blue Violet #A24BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 34.32%
G = 15.89%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A24BEB (or 0xA24BEB) is known color: Blue Violet. HEX triplet: A2, 4B and EB. RGB value is (162,75,235). Sum of RGB (Red+Green+Blue) = 162+75+235=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A24BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BEB is #5DB414. Grayscale: #767676. Windows color (decimal): -6140949 or 15420322. OLE color: 15420322.

HSL color Cylindrical-coordinate representation of color #A24BEB: hue angle of 272.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24BEB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 75 235 -
CMYK 0.31 0.68 0 0.08
HSL 272.63º 0.8% 0.61% -
HSV(B) 272.63º 0.68% 0.92% -
XYZ 32.41 18.71 80.5 -
YUV 119.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 162 75 235 0.31 0.68 0 0.08 272.63 0.8 0.61
Hex A2 4B EB 1F 44 0 8 111 50 3D
Octal 242 113 353 37 104 0 10 421 120 75
Binary 10100010 1001011 11101011 11111 1000100 0 1000 100010001 1010000 111101

Color Harmonies of #A24BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24BEB

Black with #A24BEB

Text Example


Text Example

White with #A24BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24BEB; }

 p { color: rgb(162,75,235); }

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

background-color css

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

 a { background-color: rgb(162,75,235); }

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

border-color css

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

 span { border-color: rgb(162,75,235); }

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