Html Css Color HEX #A372FF Light Slate Blue

📋 copy color: '#A372FF'

red 163 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #A372FF

Tints of Light Slate Blue #A372FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 30.64%
G = 21.43%
B = 47.93%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A372FF (or 0xA372FF) is known color: Light Slate Blue. HEX triplet: A3, 72 and FF. RGB value is (163,114,255). Sum of RGB (Red+Green+Blue) = 163+114+255=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A372FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FF is #5C8D00. Grayscale: #909090. Windows color (decimal): -6065409 or 16741027. OLE color: 16741027.

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

Color convert

RGB 163 114 255 -
CMYK 0.36 0.55 0 0
HSL 260.85º 1% 0.72% -
HSV(B) 260.85º 0.55% 1% -
XYZ 39.17 27.04 97.76 -
YUV 144.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 163 114 255 0.36 0.55 0 0 260.85 1 0.72
Hex A3 72 FF 24 37 0 0 105 64 48
Octal 243 162 377 44 67 0 0 405 144 110
Binary 10100011 1110010 11111111 100100 110111 0 0 100000101 1100100 1001000

Color Harmonies of #A372FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372FF

Black with #A372FF

Text Example


Text Example

White with #A372FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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