Html Css Color HEX #A69BF0 Wistful

📋 copy color: '#A69BF0'

red 166 ◦ green 155 ◦ blue 240

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

Shades of Wistful #A69BF0

Tints of Wistful #A69BF0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 29.59%
G = 27.63%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A69BF0 (or 0xA69BF0) is known color: Wistful. HEX triplet: A6, 9B and F0. RGB value is (166,155,240). Sum of RGB (Red+Green+Blue) = 166+155+240=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #A69BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BF0 is #59640F. Grayscale: #A7A7A7. Windows color (decimal): -5858320 or 15768486. OLE color: 15768486.

HSL color Cylindrical-coordinate representation of color #A69BF0: hue angle of 247.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69BF0 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 155 240 -
CMYK 0.31 0.35 0 0.06
HSL 247.76º 0.74% 0.77% -
HSV(B) 247.76º 0.35% 0.94% -
XYZ 43.18 37.84 87.47 -
YUV 167.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 166 155 240 0.31 0.35 0 0.06 247.76 0.74 0.77
Hex A6 9B F0 1F 23 0 6 F8 4A 4D
Octal 246 233 360 37 43 0 6 370 112 115
Binary 10100110 10011011 11110000 11111 100011 0 110 11111000 1001010 1001101

Color Harmonies of #A69BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BF0

Black with #A69BF0

Text Example


Text Example

White with #A69BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BF0; }

 p { color: rgb(166,155,240); }

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

background-color css

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

 a { background-color: rgb(166,155,240); }

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

border-color css

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

 span { border-color: rgb(166,155,240); }

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