Html Css Color HEX #A07BF8 Light Slate Blue

📋 copy color: '#A07BF8'

red 160 ◦ green 123 ◦ blue 248

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

Shades of Light Slate Blue #A07BF8

Tints of Light Slate Blue #A07BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.16%

 BLUE value IS 248 (97.27% from 255) = 46.7%

R = 30.13%
G = 23.16%
B = 46.7%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A07BF8 (or 0xA07BF8) is known color: Light Slate Blue. HEX triplet: A0, 7B and F8. RGB value is (160,123,248). Sum of RGB (Red+Green+Blue) = 160+123+248=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #A07BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BF8 is #5F8407. Grayscale: #939393. Windows color (decimal): -6259720 or 16284576. OLE color: 16284576.

HSL color Cylindrical-coordinate representation of color #A07BF8: hue angle of 257.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07BF8 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 123 248 -
CMYK 0.35 0.50 0 0.03
HSL 257.76º 0.9% 0.73% -
HSV(B) 257.76º 0.5% 0.97% -
XYZ 38.52 28.42 92.26 -
YUV 148.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 160 123 248 0.35 0.50 0 0.03 257.76 0.9 0.73
Hex A0 7B F8 23 32 0 3 102 5A 49
Octal 240 173 370 43 62 0 3 402 132 111
Binary 10100000 1111011 11111000 100011 110010 0 11 100000010 1011010 1001001

Color Harmonies of #A07BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BF8

Black with #A07BF8

Text Example


Text Example

White with #A07BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BF8; }

 p { color: rgb(160,123,248); }

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

background-color css

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

 a { background-color: rgb(160,123,248); }

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

border-color css

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

 span { border-color: rgb(160,123,248); }

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