Html Css Color HEX #A07BFB Light Slate Blue

📋 copy color: '#A07BFB'

red 160 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #A07BFB

Tints of Light Slate Blue #A07BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 29.96%
G = 23.03%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A07BFB (or 0xA07BFB) is known color: Light Slate Blue. HEX triplet: A0, 7B and FB. RGB value is (160,123,251). Sum of RGB (Red+Green+Blue) = 160+123+251=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #A07BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BFB is #5F8404. Grayscale: #949494. Windows color (decimal): -6259717 or 16481184. OLE color: 16481184.

HSL color Cylindrical-coordinate representation of color #A07BFB: hue angle of 257.34º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07BFB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 123 251 -
CMYK 0.36 0.51 0 0.02
HSL 257.34º 0.94% 0.73% -
HSV(B) 257.34º 0.51% 0.98% -
XYZ 38.99 28.6 94.73 -
YUV 148.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 160 123 251 0.36 0.51 0 0.02 257.34 0.94 0.73
Hex A0 7B FB 24 33 0 2 101 5E 49
Octal 240 173 373 44 63 0 2 401 136 111
Binary 10100000 1111011 11111011 100100 110011 0 10 100000001 1011110 1001001

Color Harmonies of #A07BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BFB

Black with #A07BFB

Text Example


Text Example

White with #A07BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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