Html Css Color HEX #A07FFC Light Slate Blue

📋 copy color: '#A07FFC'

red 160 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #A07FFC

Tints of Light Slate Blue #A07FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 29.68%
G = 23.56%
B = 46.75%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A07FFC (or 0xA07FFC) is known color: Light Slate Blue. HEX triplet: A0, 7F and FC. RGB value is (160,127,252). Sum of RGB (Red+Green+Blue) = 160+127+252=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #A07FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFC is #5F8003. Grayscale: #969696. Windows color (decimal): -6258692 or 16547744. OLE color: 16547744.

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

Color convert

RGB 160 127 252 -
CMYK 0.37 0.50 0 0.01
HSL 255.84º 0.95% 0.74% -
HSV(B) 255.84º 0.5% 0.99% -
XYZ 39.66 29.68 95.73 -
YUV 151.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 160 127 252 0.37 0.50 0 0.01 255.84 0.95 0.74
Hex A0 7F FC 25 32 0 1 100 5F 4A
Octal 240 177 374 45 62 0 1 400 137 112
Binary 10100000 1111111 11111100 100101 110010 0 1 100000000 1011111 1001010

Color Harmonies of #A07FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FFC

Black with #A07FFC

Text Example


Text Example

White with #A07FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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