Html Css Color HEX #A07DFA Light Slate Blue

📋 copy color: '#A07DFA'

red 160 ◦ green 125 ◦ blue 250

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

Shades of Light Slate Blue #A07DFA

Tints of Light Slate Blue #A07DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 29.91%
G = 23.36%
B = 46.73%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A07DFA (or 0xA07DFA) is known color: Light Slate Blue. HEX triplet: A0, 7D and FA. RGB value is (160,125,250). Sum of RGB (Red+Green+Blue) = 160+125+250=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #A07DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFA is #5F8205. Grayscale: #959595. Windows color (decimal): -6259206 or 16416160. OLE color: 16416160.

HSL color Cylindrical-coordinate representation of color #A07DFA: hue angle of 256.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07DFA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 125 250 -
CMYK 0.36 0.50 0 0.02
HSL 256.8º 0.93% 0.74% -
HSV(B) 256.8º 0.5% 0.98% -
XYZ 39.09 29.04 93.99 -
YUV 149.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 160 125 250 0.36 0.50 0 0.02 256.8 0.93 0.74
Hex A0 7D FA 24 32 0 2 101 5D 4A
Octal 240 175 372 44 62 0 2 401 135 112
Binary 10100000 1111101 11111010 100100 110010 0 10 100000001 1011101 1001010

Color Harmonies of #A07DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DFA

Black with #A07DFA

Text Example


Text Example

White with #A07DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DFA; }

 p { color: rgb(160,125,250); }

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

background-color css

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

 a { background-color: rgb(160,125,250); }

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

border-color css

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

 span { border-color: rgb(160,125,250); }

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