Html Css Color HEX #A69CCB Wistful

📋 copy color: '#A69CCB'

red 166 ◦ green 156 ◦ blue 203

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

Shades of Wistful #A69CCB

Tints of Wistful #A69CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 31.62%
G = 29.71%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A69CCB (or 0xA69CCB) is known color: Wistful. HEX triplet: A6, 9C and CB. RGB value is (166,156,203). Sum of RGB (Red+Green+Blue) = 166+156+203=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CCB is #596334. Grayscale: #A4A4A4. Windows color (decimal): -5858101 or 13343910. OLE color: 13343910.

HSL color Cylindrical-coordinate representation of color #A69CCB: hue angle of 252.77º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69CCB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 156 203 -
CMYK 0.18 0.23 0 0.20
HSL 252.77º 0.31% 0.7% -
HSV(B) 252.77º 0.23% 0.8% -
XYZ 38.39 36.2 61.46 -
YUV 164.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 166 156 203 0.18 0.23 0 0.20 252.77 0.31 0.7
Hex A6 9C CB 12 17 0 14 FD 1F 46
Octal 246 234 313 22 27 0 24 375 37 106
Binary 10100110 10011100 11001011 10010 10111 0 10100 11111101 11111 1000110

Color Harmonies of #A69CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CCB

Black with #A69CCB

Text Example


Text Example

White with #A69CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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