Html Css Color HEX #A07BFC Light Slate Blue

📋 copy color: '#A07BFC'

red 160 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #A07BFC

Tints of Light Slate Blue #A07BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 29.91%
G = 22.99%
B = 47.1%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A07BFC (or 0xA07BFC) is known color: Light Slate Blue. HEX triplet: A0, 7B and FC. RGB value is (160,123,252). Sum of RGB (Red+Green+Blue) = 160+123+252=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A07BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BFC is #5F8403. Grayscale: #949494. Windows color (decimal): -6259716 or 16546720. OLE color: 16546720.

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

Color convert

RGB 160 123 252 -
CMYK 0.37 0.51 0 0.01
HSL 257.21º 0.96% 0.74% -
HSV(B) 257.21º 0.51% 0.99% -
XYZ 39.15 28.67 95.57 -
YUV 148.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 160 123 252 0.37 0.51 0 0.01 257.21 0.96 0.74
Hex A0 7B FC 25 33 0 1 101 60 4A
Octal 240 173 374 45 63 0 1 401 140 112
Binary 10100000 1111011 11111100 100101 110011 0 1 100000001 1100000 1001010

Color Harmonies of #A07BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BFC

Black with #A07BFC

Text Example


Text Example

White with #A07BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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