Html Css Color HEX #A432ED Blue Violet

📋 copy color: '#A432ED'

red 164 ◦ green 50 ◦ blue 237

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

Shades of Blue Violet #A432ED

Tints of Blue Violet #A432ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.09%

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 36.36%
G = 11.09%
B = 52.55%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A432ED (or 0xA432ED) is known color: Blue Violet. HEX triplet: A4, 32 and ED. RGB value is (164,50,237). Sum of RGB (Red+Green+Blue) = 164+50+237=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #A432ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A432ED is #5BCD12. Grayscale: #686868. Windows color (decimal): -6016275 or 15544996. OLE color: 15544996.

HSL color Cylindrical-coordinate representation of color #A432ED: hue angle of 276.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A432ED is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 50 237 -
CMYK 0.31 0.79 0 0.07
HSL 276.58º 0.84% 0.56% -
HSV(B) 276.58º 0.79% 0.93% -
XYZ 31.74 16.29 81.59 -
YUV 105.4 202.27 169.79 -
System Red Green Blue C M Y K H S L
Decimal 164 50 237 0.31 0.79 0 0.07 276.58 0.84 0.56
Hex A4 32 ED 1F 4F 0 7 115 54 38
Octal 244 62 355 37 117 0 7 425 124 70
Binary 10100100 110010 11101101 11111 1001111 0 111 100010101 1010100 111000

Color Harmonies of #A432ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432ED

Black with #A432ED

Text Example


Text Example

White with #A432ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432ED; }

 p { color: rgb(164,50,237); }

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

background-color css

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

 a { background-color: rgb(164,50,237); }

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

border-color css

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

 span { border-color: rgb(164,50,237); }

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