Html Css Color HEX #AF90CA East Side

📋 copy color: '#AF90CA'

red 175 ◦ green 144 ◦ blue 202

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

Shades of East Side #AF90CA

Tints of East Side #AF90CA

RGB

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

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

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

R = 33.59%
G = 27.64%
B = 38.77%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF90CA (or 0xAF90CA) is known color: East Side. HEX triplet: AF, 90 and CA. RGB value is (175,144,202). Sum of RGB (Red+Green+Blue) = 175+144+202=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CA is #506F35. Grayscale: #9F9F9F. Windows color (decimal): -5271350 or 13275311. OLE color: 13275311.

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

Color convert

RGB 175 144 202 -
CMYK 0.13 0.29 0 0.21
HSL 272.07º 0.35% 0.68% -
HSV(B) 272.07º 0.29% 0.79% -
XYZ 38.31 33.32 60.29 -
YUV 159.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 175 144 202 0.13 0.29 0 0.21 272.07 0.35 0.68
Hex AF 90 CA D 1D 0 15 110 23 44
Octal 257 220 312 15 35 0 25 420 43 104
Binary 10101111 10010000 11001010 1101 11101 0 10101 100010000 100011 1000100

Color Harmonies of #AF90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90CA

Black with #AF90CA

Text Example


Text Example

White with #AF90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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