Html Css Color HEX #A07EFD Light Slate Blue

📋 copy color: '#A07EFD'

red 160 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #A07EFD

Tints of Light Slate Blue #A07EFD

RGB

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

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

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

R = 29.68%
G = 23.38%
B = 46.94%

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

#A07EFD (or 0xA07EFD) is known color: Light Slate Blue. HEX triplet: A0, 7E and FD. RGB value is (160,126,253). Sum of RGB (Red+Green+Blue) = 160+126+253=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EFD is #5F8102. Grayscale: #969696. Windows color (decimal): -6258947 or 16613024. OLE color: 16613024.

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

Color convert

RGB 160 126 253 -
CMYK 0.37 0.50 0 0.01
HSL 256.06º 0.97% 0.74% -
HSV(B) 256.06º 0.5% 0.99% -
XYZ 39.69 29.49 96.53 -
YUV 150.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 160 126 253 0.37 0.50 0 0.01 256.06 0.97 0.74
Hex A0 7E FD 25 32 0 1 100 61 4A
Octal 240 176 375 45 62 0 1 400 141 112
Binary 10100000 1111110 11111101 100101 110010 0 1 100000000 1100001 1001010

Color Harmonies of #A07EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EFD

Black with #A07EFD

Text Example


Text Example

White with #A07EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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