Html Css Color HEX #AF4BC6 Medium Orchid

📋 copy color: '#AF4BC6'

red 175 ◦ green 75 ◦ blue 198

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

Shades of Medium Orchid #AF4BC6

Tints of Medium Orchid #AF4BC6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 39.06%
G = 16.74%
B = 44.2%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF4BC6 (or 0xAF4BC6) is known color: Medium Orchid. HEX triplet: AF, 4B and C6. RGB value is (175,75,198). Sum of RGB (Red+Green+Blue) = 175+75+198=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF4BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BC6 is #50B439. Grayscale: #767676. Windows color (decimal): -5289018 or 12995503. OLE color: 12995503.

HSL color Cylindrical-coordinate representation of color #AF4BC6: hue angle of 288.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4BC6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 75 198 -
CMYK 0.12 0.62 0 0.22
HSL 288.78º 0.52% 0.54% -
HSV(B) 288.78º 0.62% 0.78% -
XYZ 30.39 18.22 55.34 -
YUV 118.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 175 75 198 0.12 0.62 0 0.22 288.78 0.52 0.54
Hex AF 4B C6 C 3E 0 16 121 34 36
Octal 257 113 306 14 76 0 26 441 64 66
Binary 10101111 1001011 11000110 1100 111110 0 10110 100100001 110100 110110

Color Harmonies of #AF4BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BC6

Black with #AF4BC6

Text Example


Text Example

White with #AF4BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BC6; }

 p { color: rgb(175,75,198); }

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

background-color css

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

 a { background-color: rgb(175,75,198); }

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

border-color css

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

 span { border-color: rgb(175,75,198); }

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