Html Css Color HEX #AF7AD1 East Side

📋 copy color: '#AF7AD1'

red 175 ◦ green 122 ◦ blue 209

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

Shades of East Side #AF7AD1

Tints of East Side #AF7AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.11%

 BLUE value IS 209 (82.03% from 255) = 41.3%

R = 34.58%
G = 24.11%
B = 41.3%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF7AD1 (or 0xAF7AD1) is known color: East Side. HEX triplet: AF, 7A and D1. RGB value is (175,122,209). Sum of RGB (Red+Green+Blue) = 175+122+209=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD1 is #50852E. Grayscale: #939393. Windows color (decimal): -5276975 or 13728431. OLE color: 13728431.

HSL color Cylindrical-coordinate representation of color #AF7AD1: hue angle of 276.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7AD1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 122 209 -
CMYK 0.16 0.42 0 0.18
HSL 276.55º 0.49% 0.65% -
HSV(B) 276.55º 0.42% 0.82% -
XYZ 36.15 27.64 63.75 -
YUV 147.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 175 122 209 0.16 0.42 0 0.18 276.55 0.49 0.65
Hex AF 7A D1 10 2A 0 12 115 31 41
Octal 257 172 321 20 52 0 22 425 61 101
Binary 10101111 1111010 11010001 10000 101010 0 10010 100010101 110001 1000001

Color Harmonies of #AF7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AD1

Black with #AF7AD1

Text Example


Text Example

White with #AF7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AD1; }

 p { color: rgb(175,122,209); }

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

background-color css

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

 a { background-color: rgb(175,122,209); }

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

border-color css

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

 span { border-color: rgb(175,122,209); }

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