Html Css Color HEX #A69EBA Spun Pearl

📋 copy color: '#A69EBA'

red 166 ◦ green 158 ◦ blue 186

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

Shades of Spun Pearl #A69EBA

Tints of Spun Pearl #A69EBA

RGB

 RED value IS 166 (65.23% from 255) = 32.55%

 GREEN value IS 158 (62.11% from 255) = 30.98%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 32.55%
G = 30.98%
B = 36.47%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A69EBA (or 0xA69EBA) is known color: Spun Pearl. HEX triplet: A6, 9E and BA. RGB value is (166,158,186). Sum of RGB (Red+Green+Blue) = 166+158+186=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A69EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBA is #596145. Grayscale: #A3A3A3. Windows color (decimal): -5857606 or 12230310. OLE color: 12230310.

HSL color Cylindrical-coordinate representation of color #A69EBA: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A69EBA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 158 186 -
CMYK 0.11 0.15 0 0.27
HSL 257.14º 0.17% 0.67% -
HSV(B) 257.14º 0.15% 0.73% -
XYZ 36.82 36.11 51.48 -
YUV 163.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 166 158 186 0.11 0.15 0 0.27 257.14 0.17 0.67
Hex A6 9E BA B F 0 1B 101 11 43
Octal 246 236 272 13 17 0 33 401 21 103
Binary 10100110 10011110 10111010 1011 1111 0 11011 100000001 10001 1000011

Color Harmonies of #A69EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EBA

Black with #A69EBA

Text Example


Text Example

White with #A69EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EBA; }

 p { color: rgb(166,158,186); }

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

background-color css

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

 a { background-color: rgb(166,158,186); }

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

border-color css

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

 span { border-color: rgb(166,158,186); }

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