Html Css Color HEX #A235EE Blue Violet

📋 copy color: '#A235EE'

red 162 ◦ green 53 ◦ blue 238

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

Shades of Blue Violet #A235EE

Tints of Blue Violet #A235EE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.7%

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 35.76%
G = 11.7%
B = 52.54%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A235EE (or 0xA235EE) is known color: Blue Violet. HEX triplet: A2, 35 and EE. RGB value is (162,53,238). Sum of RGB (Red+Green+Blue) = 162+53+238=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #A235EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A235EE is #5DCA11. Grayscale: #6A6A6A. Windows color (decimal): -6146578 or 15611298. OLE color: 15611298.

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

Color convert

RGB 162 53 238 -
CMYK 0.32 0.78 0 0.07
HSL 275.35º 0.84% 0.57% -
HSV(B) 275.35º 0.78% 0.93% -
XYZ 31.61 16.4 82.39 -
YUV 106.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 162 53 238 0.32 0.78 0 0.07 275.35 0.84 0.57
Hex A2 35 EE 20 4E 0 7 113 54 39
Octal 242 65 356 40 116 0 7 423 124 71
Binary 10100010 110101 11101110 100000 1001110 0 111 100010011 1010100 111001

Color Harmonies of #A235EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235EE

Black with #A235EE

Text Example


Text Example

White with #A235EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235EE; }

 p { color: rgb(162,53,238); }

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

background-color css

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

 a { background-color: rgb(162,53,238); }

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

border-color css

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

 span { border-color: rgb(162,53,238); }

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