Html Css Color HEX #AF6FC0 East Side

📋 copy color: '#AF6FC0'

red 175 ◦ green 111 ◦ blue 192

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

Shades of East Side #AF6FC0

Tints of East Side #AF6FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 36.61%
G = 23.22%
B = 40.17%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF6FC0 (or 0xAF6FC0) is known color: East Side. HEX triplet: AF, 6F and C0. RGB value is (175,111,192). Sum of RGB (Red+Green+Blue) = 175+111+192=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF6FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FC0 is #50903F. Grayscale: #8B8B8B. Windows color (decimal): -5279808 or 12611503. OLE color: 12611503.

HSL color Cylindrical-coordinate representation of color #AF6FC0: hue angle of 287.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6FC0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 111 192 -
CMYK 0.09 0.42 0 0.25
HSL 287.41º 0.39% 0.59% -
HSV(B) 287.41º 0.42% 0.75% -
XYZ 32.88 24.29 52.82 -
YUV 139.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 175 111 192 0.09 0.42 0 0.25 287.41 0.39 0.59
Hex AF 6F C0 9 2A 0 19 11F 27 3B
Octal 257 157 300 11 52 0 31 437 47 73
Binary 10101111 1101111 11000000 1001 101010 0 11001 100011111 100111 111011

Color Harmonies of #AF6FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FC0

Black with #AF6FC0

Text Example


Text Example

White with #AF6FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FC0; }

 p { color: rgb(175,111,192); }

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

background-color css

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

 a { background-color: rgb(175,111,192); }

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

border-color css

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

 span { border-color: rgb(175,111,192); }

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