Html Css Color HEX #AF98B3 Chatelle

📋 copy color: '#AF98B3'

red 175 ◦ green 152 ◦ blue 179

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

Shades of Chatelle #AF98B3

Tints of Chatelle #AF98B3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 34.58%
G = 30.04%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF98B3 (or 0xAF98B3) is known color: Chatelle. HEX triplet: AF, 98 and B3. RGB value is (175,152,179). Sum of RGB (Red+Green+Blue) = 175+152+179=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF98B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98B3 is #50674C. Grayscale: #A1A1A1. Windows color (decimal): -5269325 or 11770031. OLE color: 11770031.

HSL color Cylindrical-coordinate representation of color #AF98B3: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF98B3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 152 179 -
CMYK 0.02 0.15 0 0.30
HSL 291.11º 0.15% 0.65% -
HSV(B) 291.11º 0.15% 0.7% -
XYZ 37.04 34.83 47.42 -
YUV 161.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 175 152 179 0.02 0.15 0 0.30 291.11 0.15 0.65
Hex AF 98 B3 2 F 0 1E 123 F 41
Octal 257 230 263 2 17 0 36 443 17 101
Binary 10101111 10011000 10110011 10 1111 0 11110 100100011 1111 1000001

Color Harmonies of #AF98B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98B3

Black with #AF98B3

Text Example


Text Example

White with #AF98B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98B3; }

 p { color: rgb(175,152,179); }

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

background-color css

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

 a { background-color: rgb(175,152,179); }

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

border-color css

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

 span { border-color: rgb(175,152,179); }

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