Html Css Color HEX #A07EFC Light Slate Blue

📋 copy color: '#A07EFC'

red 160 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #A07EFC

Tints of Light Slate Blue #A07EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

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

R = 29.74%
G = 23.42%
B = 46.84%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A07EFC (or 0xA07EFC) is known color: Light Slate Blue. HEX triplet: A0, 7E and FC. RGB value is (160,126,252). Sum of RGB (Red+Green+Blue) = 160+126+252=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #A07EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EFC is #5F8103. Grayscale: #969696. Windows color (decimal): -6258948 or 16547488. OLE color: 16547488.

HSL color Cylindrical-coordinate representation of color #A07EFC: hue angle of 256.19º 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 #A07EFC is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 126 252 -
CMYK 0.37 0.5 0 0.01
HSL 256.19º 0.95% 0.74% -
HSV(B) 256.19º 0.5% 0.99% -
XYZ 39.53 29.42 95.69 -
YUV 150.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 160 126 252 0.37 0.5 0 0.01 256.19 0.95 0.74
Hex A0 7E FC 25 32 0 1 100 5F 4A
Octal 240 176 374 45 62 0 1 400 137 112
Binary 10100000 1111110 11111100 100101 110010 0 1 100000000 1011111 1001010

Color Harmonies of #A07EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EFC

Black with #A07EFC

Text Example


Text Example

White with #A07EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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