Html Css Color HEX #A069FB Light Slate Blue

📋 copy color: '#A069FB'

red 160 ◦ green 105 ◦ blue 251

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

Shades of Light Slate Blue #A069FB

Tints of Light Slate Blue #A069FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

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

R = 31.01%
G = 20.35%
B = 48.64%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A069FB (or 0xA069FB) is known color: Light Slate Blue. HEX triplet: A0, 69 and FB. RGB value is (160,105,251). Sum of RGB (Red+Green+Blue) = 160+105+251=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #A069FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069FB is #5F9604. Grayscale: #898989. Windows color (decimal): -6264325 or 16476576. OLE color: 16476576.

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

Color convert

RGB 160 105 251 -
CMYK 0.36 0.58 0 0.02
HSL 262.6º 0.95% 0.7% -
HSV(B) 262.6º 0.58% 0.98% -
XYZ 36.96 24.54 94.06 -
YUV 138.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 160 105 251 0.36 0.58 0 0.02 262.6 0.95 0.7
Hex A0 69 FB 24 3A 0 2 107 5F 46
Octal 240 151 373 44 72 0 2 407 137 106
Binary 10100000 1101001 11111011 100100 111010 0 10 100000111 1011111 1000110

Color Harmonies of #A069FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069FB

Black with #A069FB

Text Example


Text Example

White with #A069FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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