Html Css Color HEX #A823EA Blue Violet

📋 copy color: '#A823EA'

red 168 ◦ green 35 ◦ blue 234

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

Shades of Blue Violet #A823EA

Tints of Blue Violet #A823EA

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 38.44%
G = 8.01%
B = 53.55%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A823EA (or 0xA823EA) is known color: Blue Violet. HEX triplet: A8, 23 and EA. RGB value is (168,35,234). Sum of RGB (Red+Green+Blue) = 168+35+234=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #A823EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823EA is #57DC15. Grayscale: #606060. Windows color (decimal): -5757974 or 15344552. OLE color: 15344552.

HSL color Cylindrical-coordinate representation of color #A823EA: hue angle of 280.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A823EA is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 35 234 -
CMYK 0.28 0.85 0 0.08
HSL 280.1º 0.83% 0.53% -
HSV(B) 280.1º 0.85% 0.92% -
XYZ 31.6 15.47 79.16 -
YUV 97.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 168 35 234 0.28 0.85 0 0.08 280.1 0.83 0.53
Hex A8 23 EA 1C 55 0 8 118 53 35
Octal 250 43 352 34 125 0 10 430 123 65
Binary 10101000 100011 11101010 11100 1010101 0 1000 100011000 1010011 110101

Color Harmonies of #A823EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823EA

Black with #A823EA

Text Example


Text Example

White with #A823EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823EA; }

 p { color: rgb(168,35,234); }

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

background-color css

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

 a { background-color: rgb(168,35,234); }

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

border-color css

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

 span { border-color: rgb(168,35,234); }

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