Html Css Color HEX #A081FC Light Slate Blue

📋 copy color: '#A081FC'

red 160 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #A081FC

Tints of Light Slate Blue #A081FC

RGB

 RED value IS 160 (62.89% from 255) = 29.57%

 GREEN value IS 129 (50.78% from 255) = 23.84%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 29.57%
G = 23.84%
B = 46.58%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A081FC (or 0xA081FC) is known color: Light Slate Blue. HEX triplet: A0, 81 and FC. RGB value is (160,129,252). Sum of RGB (Red+Green+Blue) = 160+129+252=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A081FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081FC is #5F7E03. Grayscale: #979797. Windows color (decimal): -6258180 or 16548256. OLE color: 16548256.

HSL color Cylindrical-coordinate representation of color #A081FC: hue angle of 255.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A081FC is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 129 252 -
CMYK 0.37 0.49 0 0.01
HSL 255.12º 0.95% 0.75% -
HSV(B) 255.12º 0.49% 0.99% -
XYZ 39.92 30.2 95.82 -
YUV 152.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 160 129 252 0.37 0.49 0 0.01 255.12 0.95 0.75
Hex A0 81 FC 25 31 0 1 FF 5F 4B
Octal 240 201 374 45 61 0 1 377 137 113
Binary 10100000 10000001 11111100 100101 110001 0 1 11111111 1011111 1001011

Color Harmonies of #A081FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081FC

Black with #A081FC

Text Example


Text Example

White with #A081FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081FC; }

 p { color: rgb(160,129,252); }

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

background-color css

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

 a { background-color: rgb(160,129,252); }

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

border-color css

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

 span { border-color: rgb(160,129,252); }

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