Html Css Color HEX #A136FD Blue Violet

📋 copy color: '#A136FD'

red 161 ◦ green 54 ◦ blue 253

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

Shades of Blue Violet #A136FD

Tints of Blue Violet #A136FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.54%

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 34.4%
G = 11.54%
B = 54.06%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A136FD (or 0xA136FD) is known color: Blue Violet. HEX triplet: A1, 36 and FD. RGB value is (161,54,253). Sum of RGB (Red+Green+Blue) = 161+54+253=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #A136FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136FD is #5EC902. Grayscale: #6B6B6B. Windows color (decimal): -6211843 or 16594593. OLE color: 16594593.

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

Color convert

RGB 161 54 253 -
CMYK 0.36 0.79 0 0.01
HSL 272.26º 0.98% 0.6% -
HSV(B) 272.26º 0.79% 0.99% -
XYZ 33.75 17.31 94.49 -
YUV 108.68 209.45 165.32 -
System Red Green Blue C M Y K H S L
Decimal 161 54 253 0.36 0.79 0 0.01 272.26 0.98 0.6
Hex A1 36 FD 24 4F 0 1 110 62 3C
Octal 241 66 375 44 117 0 1 420 142 74
Binary 10100001 110110 11111101 100100 1001111 0 1 100010000 1100010 111100

Color Harmonies of #A136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136FD

Black with #A136FD

Text Example


Text Example

White with #A136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136FD; }

 p { color: rgb(161,54,253); }

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

background-color css

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

 a { background-color: rgb(161,54,253); }

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

border-color css

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

 span { border-color: rgb(161,54,253); }

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