Html Css Color HEX #A138FA Blue Violet

📋 copy color: '#A138FA'

red 161 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #A138FA

Tints of Blue Violet #A138FA

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 34.48%
G = 11.99%
B = 53.53%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A138FA (or 0xA138FA) is known color: Blue Violet. HEX triplet: A1, 38 and FA. RGB value is (161,56,250). Sum of RGB (Red+Green+Blue) = 161+56+250=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #A138FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A138FA is #5EC705. Grayscale: #6C6C6C. Windows color (decimal): -6211334 or 16398497. OLE color: 16398497.

HSL color Cylindrical-coordinate representation of color #A138FA: hue angle of 272.47º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A138FA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 56 250 -
CMYK 0.36 0.78 0 0.02
HSL 272.47º 0.95% 0.6% -
HSV(B) 272.47º 0.78% 0.98% -
XYZ 33.37 17.31 92.02 -
YUV 109.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 161 56 250 0.36 0.78 0 0.02 272.47 0.95 0.6
Hex A1 38 FA 24 4E 0 2 110 5F 3C
Octal 241 70 372 44 116 0 2 420 137 74
Binary 10100001 111000 11111010 100100 1001110 0 10 100010000 1011111 111100

Color Harmonies of #A138FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138FA

Black with #A138FA

Text Example


Text Example

White with #A138FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138FA; }

 p { color: rgb(161,56,250); }

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

background-color css

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

 a { background-color: rgb(161,56,250); }

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

border-color css

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

 span { border-color: rgb(161,56,250); }

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