Html Css Color HEX #AF9EBA Chatelle

📋 copy color: '#AF9EBA'

red 175 ◦ green 158 ◦ blue 186

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

Shades of Chatelle #AF9EBA

Tints of Chatelle #AF9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 33.72%
G = 30.44%
B = 35.84%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF9EBA (or 0xAF9EBA) is known color: Chatelle. HEX triplet: AF, 9E and BA. RGB value is (175,158,186). Sum of RGB (Red+Green+Blue) = 175+158+186=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EBA is #506145. Grayscale: #A6A6A6. Windows color (decimal): -5267782 or 12230319. OLE color: 12230319.

HSL color Cylindrical-coordinate representation of color #AF9EBA: hue angle of 276.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9EBA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 158 186 -
CMYK 0.06 0.15 0 0.27
HSL 276.43º 0.17% 0.67% -
HSV(B) 276.43º 0.15% 0.73% -
XYZ 38.77 37.11 51.57 -
YUV 166.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 175 158 186 0.06 0.15 0 0.27 276.43 0.17 0.67
Hex AF 9E BA 6 F 0 1B 114 11 43
Octal 257 236 272 6 17 0 33 424 21 103
Binary 10101111 10011110 10111010 110 1111 0 11011 100010100 10001 1000011

Color Harmonies of #AF9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EBA

Black with #AF9EBA

Text Example


Text Example

White with #AF9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EBA; }

 p { color: rgb(175,158,186); }

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

background-color css

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

 a { background-color: rgb(175,158,186); }

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

border-color css

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

 span { border-color: rgb(175,158,186); }

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