Html Css Color HEX #A338EE Blue Violet

📋 copy color: '#A338EE'

red 163 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #A338EE

Tints of Blue Violet #A338EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.25%

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

R = 35.67%
G = 12.25%
B = 52.08%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A338EE (or 0xA338EE) is known color: Blue Violet. HEX triplet: A3, 38 and EE. RGB value is (163,56,238). Sum of RGB (Red+Green+Blue) = 163+56+238=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #A338EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338EE is #5CC711. Grayscale: #6C6C6C. Windows color (decimal): -6080274 or 15612067. OLE color: 15612067.

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

Color convert

RGB 163 56 238 -
CMYK 0.32 0.76 0 0.07
HSL 275.27º 0.84% 0.58% -
HSV(B) 275.27º 0.76% 0.93% -
XYZ 31.95 16.79 82.45 -
YUV 108.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 163 56 238 0.32 0.76 0 0.07 275.27 0.84 0.58
Hex A3 38 EE 20 4C 0 7 113 54 3A
Octal 243 70 356 40 114 0 7 423 124 72
Binary 10100011 111000 11101110 100000 1001100 0 111 100010011 1010100 111010

Color Harmonies of #A338EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338EE

Black with #A338EE

Text Example


Text Example

White with #A338EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338EE; }

 p { color: rgb(163,56,238); }

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

background-color css

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

 a { background-color: rgb(163,56,238); }

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

border-color css

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

 span { border-color: rgb(163,56,238); }

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