Html Css Color HEX #AF7CCF East Side

📋 copy color: '#AF7CCF'

red 175 ◦ green 124 ◦ blue 207

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

Shades of East Side #AF7CCF

Tints of East Side #AF7CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 34.58%
G = 24.51%
B = 40.91%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF7CCF (or 0xAF7CCF) is known color: East Side. HEX triplet: AF, 7C and CF. RGB value is (175,124,207). Sum of RGB (Red+Green+Blue) = 175+124+207=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCF is #508330. Grayscale: #949494. Windows color (decimal): -5276465 or 13597871. OLE color: 13597871.

HSL color Cylindrical-coordinate representation of color #AF7CCF: hue angle of 276.87º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7CCF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 124 207 -
CMYK 0.15 0.40 0 0.19
HSL 276.87º 0.46% 0.65% -
HSV(B) 276.87º 0.4% 0.81% -
XYZ 36.15 28.03 62.54 -
YUV 148.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 175 124 207 0.15 0.40 0 0.19 276.87 0.46 0.65
Hex AF 7C CF F 28 0 13 115 2E 41
Octal 257 174 317 17 50 0 23 425 56 101
Binary 10101111 1111100 11001111 1111 101000 0 10011 100010101 101110 1000001

Color Harmonies of #AF7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CCF

Black with #AF7CCF

Text Example


Text Example

White with #AF7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CCF; }

 p { color: rgb(175,124,207); }

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

background-color css

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

 a { background-color: rgb(175,124,207); }

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

border-color css

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

 span { border-color: rgb(175,124,207); }

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