Html Css Color HEX #A072FB Light Slate Blue

📋 copy color: '#A072FB'

red 160 ◦ green 114 ◦ blue 251

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

Shades of Light Slate Blue #A072FB

Tints of Light Slate Blue #A072FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.71%

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

R = 30.48%
G = 21.71%
B = 47.81%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A072FB (or 0xA072FB) is known color: Light Slate Blue. HEX triplet: A0, 72 and FB. RGB value is (160,114,251). Sum of RGB (Red+Green+Blue) = 160+114+251=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #A072FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FB is #5F8D04. Grayscale: #8E8E8E. Windows color (decimal): -6262021 or 16478880. OLE color: 16478880.

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

Color convert

RGB 160 114 251 -
CMYK 0.36 0.55 0 0.02
HSL 260.15º 0.94% 0.72% -
HSV(B) 260.15º 0.55% 0.98% -
XYZ 37.93 26.47 94.38 -
YUV 143.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 160 114 251 0.36 0.55 0 0.02 260.15 0.94 0.72
Hex A0 72 FB 24 37 0 2 104 5E 48
Octal 240 162 373 44 67 0 2 404 136 110
Binary 10100000 1110010 11111011 100100 110111 0 10 100000100 1011110 1001000

Color Harmonies of #A072FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072FB

Black with #A072FB

Text Example


Text Example

White with #A072FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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