Html Css Color HEX #AF90C6 East Side

📋 copy color: '#AF90C6'

red 175 ◦ green 144 ◦ blue 198

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

Shades of East Side #AF90C6

Tints of East Side #AF90C6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 33.85%
G = 27.85%
B = 38.3%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF90C6 (or 0xAF90C6) is known color: East Side. HEX triplet: AF, 90 and C6. RGB value is (175,144,198). Sum of RGB (Red+Green+Blue) = 175+144+198=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF90C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90C6 is #506F39. Grayscale: #9F9F9F. Windows color (decimal): -5271354 or 13013167. OLE color: 13013167.

HSL color Cylindrical-coordinate representation of color #AF90C6: hue angle of 274.44º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF90C6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 144 198 -
CMYK 0.12 0.27 0 0.22
HSL 274.44º 0.32% 0.67% -
HSV(B) 274.44º 0.27% 0.78% -
XYZ 37.85 33.14 57.83 -
YUV 159.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 175 144 198 0.12 0.27 0 0.22 274.44 0.32 0.67
Hex AF 90 C6 C 1B 0 16 112 20 43
Octal 257 220 306 14 33 0 26 422 40 103
Binary 10101111 10010000 11000110 1100 11011 0 10110 100010010 100000 1000011

Color Harmonies of #AF90C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90C6

Black with #AF90C6

Text Example


Text Example

White with #AF90C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90C6; }

 p { color: rgb(175,144,198); }

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

background-color css

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

 a { background-color: rgb(175,144,198); }

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

border-color css

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

 span { border-color: rgb(175,144,198); }

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