Html Css Color HEX #A372FC Light Slate Blue

📋 copy color: '#A372FC'

red 163 ◦ green 114 ◦ blue 252

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

Shades of Light Slate Blue #A372FC

Tints of Light Slate Blue #A372FC

RGB

 RED value IS 163 (64.06% from 255) = 30.81%

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

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

R = 30.81%
G = 21.55%
B = 47.64%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A372FC (or 0xA372FC) is known color: Light Slate Blue. HEX triplet: A3, 72 and FC. RGB value is (163,114,252). Sum of RGB (Red+Green+Blue) = 163+114+252=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A372FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FC is #5C8D03. Grayscale: #8F8F8F. Windows color (decimal): -6065412 or 16544419. OLE color: 16544419.

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

Color convert

RGB 163 114 252 -
CMYK 0.35 0.55 0 0.01
HSL 261.3º 0.96% 0.72% -
HSV(B) 261.3º 0.55% 0.99% -
XYZ 38.69 26.85 95.24 -
YUV 144.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 163 114 252 0.35 0.55 0 0.01 261.3 0.96 0.72
Hex A3 72 FC 23 37 0 1 105 60 48
Octal 243 162 374 43 67 0 1 405 140 110
Binary 10100011 1110010 11111100 100011 110111 0 1 100000101 1100000 1001000

Color Harmonies of #A372FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372FC

Black with #A372FC

Text Example


Text Example

White with #A372FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372FC; }

 p { color: rgb(163,114,252); }

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

background-color css

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

 a { background-color: rgb(163,114,252); }

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

border-color css

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

 span { border-color: rgb(163,114,252); }

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