Html Css Color HEX #AFA9CA Wistful

📋 copy color: '#AFA9CA'

red 175 ◦ green 169 ◦ blue 202

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

Shades of Wistful #AFA9CA

Tints of Wistful #AFA9CA

RGB

 RED value IS 175 (68.75% from 255) = 32.05%

 GREEN value IS 169 (66.41% from 255) = 30.95%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 32.05%
G = 30.95%
B = 37%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA9CA (or 0xAFA9CA) is known color: Wistful. HEX triplet: AF, A9 and CA. RGB value is (175,169,202). Sum of RGB (Red+Green+Blue) = 175+169+202=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9CA is #505635. Grayscale: #AEAEAE. Windows color (decimal): -5264950 or 13281711. OLE color: 13281711.

HSL color Cylindrical-coordinate representation of color #AFA9CA: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA9CA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 169 202 -
CMYK 0.13 0.16 0 0.21
HSL 250.91º 0.24% 0.73% -
HSV(B) 250.91º 0.16% 0.79% -
XYZ 42.53 41.75 61.7 -
YUV 174.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 175 169 202 0.13 0.16 0 0.21 250.91 0.24 0.73
Hex AF A9 CA D 10 0 15 FB 18 49
Octal 257 251 312 15 20 0 25 373 30 111
Binary 10101111 10101001 11001010 1101 10000 0 10101 11111011 11000 1001001

Color Harmonies of #AFA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9CA

Black with #AFA9CA

Text Example


Text Example

White with #AFA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9CA; }

 p { color: rgb(175,169,202); }

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

background-color css

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

 a { background-color: rgb(175,169,202); }

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

border-color css

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

 span { border-color: rgb(175,169,202); }

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