Html Css Color HEX #A08AF5 Light Slate Blue

📋 copy color: '#A08AF5'

red 160 ◦ green 138 ◦ blue 245

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

Shades of Light Slate Blue #A08AF5

Tints of Light Slate Blue #A08AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

 BLUE value IS 245 (96.09% from 255) = 45.12%

R = 29.47%
G = 25.41%
B = 45.12%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A08AF5 (or 0xA08AF5) is known color: Light Slate Blue. HEX triplet: A0, 8A and F5. RGB value is (160,138,245). Sum of RGB (Red+Green+Blue) = 160+138+245=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A08AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AF5 is #5F750A. Grayscale: #9C9C9C. Windows color (decimal): -6255883 or 16091808. OLE color: 16091808.

HSL color Cylindrical-coordinate representation of color #A08AF5: hue angle of 252.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08AF5 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 138 245 -
CMYK 0.35 0.44 0 0.04
HSL 252.34º 0.84% 0.75% -
HSV(B) 252.34º 0.44% 0.96% -
XYZ 40.07 32.24 90.5 -
YUV 156.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 160 138 245 0.35 0.44 0 0.04 252.34 0.84 0.75
Hex A0 8A F5 23 2C 0 4 FC 54 4B
Octal 240 212 365 43 54 0 4 374 124 113
Binary 10100000 10001010 11110101 100011 101100 0 100 11111100 1010100 1001011

Color Harmonies of #A08AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AF5

Black with #A08AF5

Text Example


Text Example

White with #A08AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AF5; }

 p { color: rgb(160,138,245); }

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

background-color css

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

 a { background-color: rgb(160,138,245); }

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

border-color css

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

 span { border-color: rgb(160,138,245); }

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