Html Css Color HEX #AF6FBA East Side

📋 copy color: '#AF6FBA'

red 175 ◦ green 111 ◦ blue 186

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

Shades of East Side #AF6FBA

Tints of East Side #AF6FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 37.08%
G = 23.52%
B = 39.41%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6FBA (or 0xAF6FBA) is known color: East Side. HEX triplet: AF, 6F and BA. RGB value is (175,111,186). Sum of RGB (Red+Green+Blue) = 175+111+186=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FBA is #509045. Grayscale: #8A8A8A. Windows color (decimal): -5279814 or 12218287. OLE color: 12218287.

HSL color Cylindrical-coordinate representation of color #AF6FBA: hue angle of 291.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6FBA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 111 186 -
CMYK 0.06 0.40 0 0.27
HSL 291.2º 0.35% 0.58% -
HSV(B) 291.2º 0.4% 0.73% -
XYZ 32.23 24.03 49.39 -
YUV 138.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 175 111 186 0.06 0.40 0 0.27 291.2 0.35 0.58
Hex AF 6F BA 6 28 0 1B 123 23 3A
Octal 257 157 272 6 50 0 33 443 43 72
Binary 10101111 1101111 10111010 110 101000 0 11011 100100011 100011 111010

Color Harmonies of #AF6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FBA

Black with #AF6FBA

Text Example


Text Example

White with #AF6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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