Html Css Color HEX #A323ED Blue Violet

📋 copy color: '#A323ED'

red 163 ◦ green 35 ◦ blue 237

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

Shades of Blue Violet #A323ED

Tints of Blue Violet #A323ED

RGB

 RED value IS 163 (64.06% from 255) = 37.47%

 GREEN value IS 35 (14.06% from 255) = 8.05%

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

R = 37.47%
G = 8.05%
B = 54.48%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A323ED (or 0xA323ED) is known color: Blue Violet. HEX triplet: A3, 23 and ED. RGB value is (163,35,237). Sum of RGB (Red+Green+Blue) = 163+35+237=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #A323ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323ED is #5CDC12. Grayscale: #5F5F5F. Windows color (decimal): -6085651 or 15541155. OLE color: 15541155.

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

Color convert

RGB 163 35 237 -
CMYK 0.31 0.85 0 0.07
HSL 278.02º 0.85% 0.53% -
HSV(B) 278.02º 0.85% 0.93% -
XYZ 30.99 15.1 81.4 -
YUV 96.3 207.41 175.57 -
System Red Green Blue C M Y K H S L
Decimal 163 35 237 0.31 0.85 0 0.07 278.02 0.85 0.53
Hex A3 23 ED 1F 55 0 7 116 55 35
Octal 243 43 355 37 125 0 7 426 125 65
Binary 10100011 100011 11101101 11111 1010101 0 111 100010110 1010101 110101

Color Harmonies of #A323ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323ED

Black with #A323ED

Text Example


Text Example

White with #A323ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323ED; }

 p { color: rgb(163,35,237); }

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

background-color css

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

 a { background-color: rgb(163,35,237); }

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

border-color css

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

 span { border-color: rgb(163,35,237); }

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