Html Css Color HEX #A594FF Light Slate Blue

📋 copy color: '#A594FF'

red 165 ◦ green 148 ◦ blue 255

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

Shades of Light Slate Blue #A594FF

Tints of Light Slate Blue #A594FF

RGB

 RED value IS 165 (64.84% from 255) = 29.05%

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 29.05%
G = 26.06%
B = 44.89%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A594FF (or 0xA594FF) is known color: Light Slate Blue. HEX triplet: A5, 94 and FF. RGB value is (165,148,255). Sum of RGB (Red+Green+Blue) = 165+148+255=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A594FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594FF is #5A6B00. Grayscale: #A4A4A4. Windows color (decimal): -5925633 or 16749733. OLE color: 16749733.

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

Color convert

RGB 165 148 255 -
CMYK 0.35 0.42 0 0
HSL 249.53º 1% 0.79% -
HSV(B) 249.53º 0.42% 1% -
XYZ 44.16 36.4 99.31 -
YUV 165.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 165 148 255 0.35 0.42 0 0 249.53 1 0.79
Hex A5 94 FF 23 2A 0 0 FA 64 4F
Octal 245 224 377 43 52 0 0 372 144 117
Binary 10100101 10010100 11111111 100011 101010 0 0 11111010 1100100 1001111

Color Harmonies of #A594FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594FF

Black with #A594FF

Text Example


Text Example

White with #A594FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594FF; }

 p { color: rgb(165,148,255); }

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

background-color css

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

 a { background-color: rgb(165,148,255); }

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

border-color css

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

 span { border-color: rgb(165,148,255); }

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