Html Css Color HEX #A07EFF Light Slate Blue

📋 copy color: '#A07EFF'

red 160 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #A07EFF

Tints of Light Slate Blue #A07EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 29.57%
G = 23.29%
B = 47.13%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A07EFF (or 0xA07EFF) is known color: Light Slate Blue. HEX triplet: A0, 7E and FF. RGB value is (160,126,255). Sum of RGB (Red+Green+Blue) = 160+126+255=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EFF is #5F8100. Grayscale: #969696. Windows color (decimal): -6258945 or 16744096. OLE color: 16744096.

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

Color convert

RGB 160 126 255 -
CMYK 0.37 0.51 0 0
HSL 255.81º 1% 0.75% -
HSV(B) 255.81º 0.51% 1% -
XYZ 40.01 29.62 98.22 -
YUV 150.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 160 126 255 0.37 0.51 0 0 255.81 1 0.75
Hex A0 7E FF 25 33 0 0 100 64 4B
Octal 240 176 377 45 63 0 0 400 144 113
Binary 10100000 1111110 11111111 100101 110011 0 0 100000000 1100100 1001011

Color Harmonies of #A07EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EFF

Black with #A07EFF

Text Example


Text Example

White with #A07EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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