Html Css Color HEX #A138FB Blue Violet

📋 copy color: '#A138FB'

red 161 ◦ green 56 ◦ blue 251

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

Shades of Blue Violet #A138FB

Tints of Blue Violet #A138FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 34.4%
G = 11.97%
B = 53.63%

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

#A138FB (or 0xA138FB) is known color: Blue Violet. HEX triplet: A1, 38 and FB. RGB value is (161,56,251). Sum of RGB (Red+Green+Blue) = 161+56+251=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #A138FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A138FB is #5EC704. Grayscale: #6C6C6C. Windows color (decimal): -6211333 or 16464033. OLE color: 16464033.

HSL color Cylindrical-coordinate representation of color #A138FB: hue angle of 272.31º degrees, saturation: 0.96, 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 #A138FB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 56 251 -
CMYK 0.36 0.78 0 0.02
HSL 272.31º 0.96% 0.6% -
HSV(B) 272.31º 0.78% 0.98% -
XYZ 33.52 17.37 92.85 -
YUV 109.63 207.79 164.64 -
System Red Green Blue C M Y K H S L
Decimal 161 56 251 0.36 0.78 0 0.02 272.31 0.96 0.6
Hex A1 38 FB 24 4E 0 2 110 60 3C
Octal 241 70 373 44 116 0 2 420 140 74
Binary 10100001 111000 11111011 100100 1001110 0 10 100010000 1100000 111100

Color Harmonies of #A138FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138FB

Black with #A138FB

Text Example


Text Example

White with #A138FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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