Html Css Color HEX #AD90C4 East Side

📋 copy color: '#AD90C4'

red 173 ◦ green 144 ◦ blue 196

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

Shades of East Side #AD90C4

Tints of East Side #AD90C4

RGB

 RED value IS 173 (67.97% from 255) = 33.72%

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 33.72%
G = 28.07%
B = 38.21%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD90C4 (or 0xAD90C4) is known color: East Side. HEX triplet: AD, 90 and C4. RGB value is (173,144,196). Sum of RGB (Red+Green+Blue) = 173+144+196=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C4 is #526F3B. Grayscale: #9E9E9E. Windows color (decimal): -5402428 or 12882093. OLE color: 12882093.

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

Color convert

RGB 173 144 196 -
CMYK 0.12 0.27 0 0.23
HSL 273.46º 0.31% 0.67% -
HSV(B) 273.46º 0.27% 0.77% -
XYZ 37.17 32.82 56.6 -
YUV 158.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 173 144 196 0.12 0.27 0 0.23 273.46 0.31 0.67
Hex AD 90 C4 C 1B 0 17 111 1F 43
Octal 255 220 304 14 33 0 27 421 37 103
Binary 10101101 10010000 11000100 1100 11011 0 10111 100010001 11111 1000011

Color Harmonies of #AD90C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90C4

Black with #AD90C4

Text Example


Text Example

White with #AD90C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90C4; }

 p { color: rgb(173,144,196); }

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

background-color css

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

 a { background-color: rgb(173,144,196); }

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

border-color css

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

 span { border-color: rgb(173,144,196); }

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