Html Css Color HEX #A69CE0 Wistful

📋 copy color: '#A69CE0'

red 166 ◦ green 156 ◦ blue 224

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

Shades of Wistful #A69CE0

Tints of Wistful #A69CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 30.4%
G = 28.57%
B = 41.03%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A69CE0 (or 0xA69CE0) is known color: Wistful. HEX triplet: A6, 9C and E0. RGB value is (166,156,224). Sum of RGB (Red+Green+Blue) = 166+156+224=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #A69CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CE0 is #59631F. Grayscale: #A6A6A6. Windows color (decimal): -5858080 or 14720166. OLE color: 14720166.

HSL color Cylindrical-coordinate representation of color #A69CE0: hue angle of 248.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69CE0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 156 224 -
CMYK 0.26 0.30 0 0.12
HSL 248.82º 0.52% 0.75% -
HSV(B) 248.82º 0.3% 0.88% -
XYZ 41.07 37.27 75.55 -
YUV 166.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 166 156 224 0.26 0.30 0 0.12 248.82 0.52 0.75
Hex A6 9C E0 1A 1E 0 C F9 34 4B
Octal 246 234 340 32 36 0 14 371 64 113
Binary 10100110 10011100 11100000 11010 11110 0 1100 11111001 110100 1001011

Color Harmonies of #A69CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CE0

Black with #A69CE0

Text Example


Text Example

White with #A69CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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