Html Css Color HEX #A52CED Blue Violet

📋 copy color: '#A52CED'

red 165 ◦ green 44 ◦ blue 237

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

Shades of Blue Violet #A52CED

Tints of Blue Violet #A52CED

RGB

 RED value IS 165 (64.84% from 255) = 37%

 GREEN value IS 44 (17.58% from 255) = 9.87%

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

R = 37%
G = 9.87%
B = 53.14%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A52CED (or 0xA52CED) is known color: Blue Violet. HEX triplet: A5, 2C and ED. RGB value is (165,44,237). Sum of RGB (Red+Green+Blue) = 165+44+237=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #A52CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CED is #5AD312. Grayscale: #656565. Windows color (decimal): -5952275 or 15543461. OLE color: 15543461.

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

Color convert

RGB 165 44 237 -
CMYK 0.30 0.81 0 0.07
HSL 277.62º 0.84% 0.55% -
HSV(B) 277.62º 0.81% 0.93% -
XYZ 31.7 15.92 81.52 -
YUV 102.18 204.09 172.81 -
System Red Green Blue C M Y K H S L
Decimal 165 44 237 0.30 0.81 0 0.07 277.62 0.84 0.55
Hex A5 2C ED 1E 51 0 7 116 54 37
Octal 245 54 355 36 121 0 7 426 124 67
Binary 10100101 101100 11101101 11110 1010001 0 111 100010110 1010100 110111

Color Harmonies of #A52CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CED

Black with #A52CED

Text Example


Text Example

White with #A52CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CED; }

 p { color: rgb(165,44,237); }

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

background-color css

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

 a { background-color: rgb(165,44,237); }

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

border-color css

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

 span { border-color: rgb(165,44,237); }

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