Html Css Color HEX #A066FF Light Slate Blue

📋 copy color: '#A066FF'

red 160 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #A066FF

Tints of Light Slate Blue #A066FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

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

R = 30.95%
G = 19.73%
B = 49.32%

CMYK

 C value IS 0.37

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A066FF (or 0xA066FF) is known color: Light Slate Blue. HEX triplet: A0, 66 and FF. RGB value is (160,102,255). Sum of RGB (Red+Green+Blue) = 160+102+255=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A066FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FF is #5F9900. Grayscale: #888888. Windows color (decimal): -6265089 or 16737952. OLE color: 16737952.

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

Color convert

RGB 160 102 255 -
CMYK 0.37 0.6 0 0
HSL 262.75º 1% 0.7% -
HSV(B) 262.75º 0.6% 1% -
XYZ 37.3 24.2 97.31 -
YUV 136.78 194.72 144.56 -
System Red Green Blue C M Y K H S L
Decimal 160 102 255 0.37 0.6 0 0 262.75 1 0.7
Hex A0 66 FF 25 3C 0 0 107 64 46
Octal 240 146 377 45 74 0 0 407 144 106
Binary 10100000 1100110 11111111 100101 111100 0 0 100000111 1100100 1000110

Color Harmonies of #A066FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066FF

Black with #A066FF

Text Example


Text Example

White with #A066FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066FF; }

 p { color: rgb(160,102,255); }

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

background-color css

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

 a { background-color: rgb(160,102,255); }

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

border-color css

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

 span { border-color: rgb(160,102,255); }

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