Html Css Color HEX #AF7BCB East Side

📋 copy color: '#AF7BCB'

red 175 ◦ green 123 ◦ blue 203

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

Shades of East Side #AF7BCB

Tints of East Side #AF7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.55%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 34.93%
G = 24.55%
B = 40.52%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF7BCB (or 0xAF7BCB) is known color: East Side. HEX triplet: AF, 7B and CB. RGB value is (175,123,203). Sum of RGB (Red+Green+Blue) = 175+123+203=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BCB is #508434. Grayscale: #939393. Windows color (decimal): -5276725 or 13335471. OLE color: 13335471.

HSL color Cylindrical-coordinate representation of color #AF7BCB: hue angle of 279º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7BCB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 123 203 -
CMYK 0.14 0.39 0 0.20
HSL 279º 0.43% 0.64% -
HSV(B) 279º 0.39% 0.8% -
XYZ 35.54 27.59 59.95 -
YUV 147.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 175 123 203 0.14 0.39 0 0.20 279 0.43 0.64
Hex AF 7B CB E 27 0 14 117 2B 40
Octal 257 173 313 16 47 0 24 427 53 100
Binary 10101111 1111011 11001011 1110 100111 0 10100 100010111 101011 1000000

Color Harmonies of #AF7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BCB

Black with #AF7BCB

Text Example


Text Example

White with #AF7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BCB; }

 p { color: rgb(175,123,203); }

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

background-color css

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

 a { background-color: rgb(175,123,203); }

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

border-color css

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

 span { border-color: rgb(175,123,203); }

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