Html Css Color HEX #A69CEB Wistful

📋 copy color: '#A69CEB'

red 166 ◦ green 156 ◦ blue 235

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

Shades of Wistful #A69CEB

Tints of Wistful #A69CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 29.8%
G = 28.01%
B = 42.19%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A69CEB (or 0xA69CEB) is known color: Wistful. HEX triplet: A6, 9C and EB. RGB value is (166,156,235). Sum of RGB (Red+Green+Blue) = 166+156+235=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A69CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CEB is #596314. Grayscale: #A7A7A7. Windows color (decimal): -5858069 or 15441062. OLE color: 15441062.

HSL color Cylindrical-coordinate representation of color #A69CEB: hue angle of 247.59º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69CEB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 156 235 -
CMYK 0.29 0.34 0 0.08
HSL 247.59º 0.66% 0.77% -
HSV(B) 247.59º 0.34% 0.92% -
XYZ 42.61 37.88 83.66 -
YUV 168 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 166 156 235 0.29 0.34 0 0.08 247.59 0.66 0.77
Hex A6 9C EB 1D 22 0 8 F8 42 4D
Octal 246 234 353 35 42 0 10 370 102 115
Binary 10100110 10011100 11101011 11101 100010 0 1000 11111000 1000010 1001101

Color Harmonies of #A69CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CEB

Black with #A69CEB

Text Example


Text Example

White with #A69CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CEB; }

 p { color: rgb(166,156,235); }

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

background-color css

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

 a { background-color: rgb(166,156,235); }

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

border-color css

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

 span { border-color: rgb(166,156,235); }

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