Html Css Color HEX #AF4BDC Medium Orchid

📋 copy color: '#AF4BDC'

red 175 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #AF4BDC

Tints of Medium Orchid #AF4BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 37.23%
G = 15.96%
B = 46.81%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF4BDC (or 0xAF4BDC) is known color: Medium Orchid. HEX triplet: AF, 4B and DC. RGB value is (175,75,220). Sum of RGB (Red+Green+Blue) = 175+75+220=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BDC is #50B423. Grayscale: #787878. Windows color (decimal): -5288996 or 14437295. OLE color: 14437295.

HSL color Cylindrical-coordinate representation of color #AF4BDC: hue angle of 281.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4BDC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 75 220 -
CMYK 0.20 0.66 0 0.14
HSL 281.38º 0.67% 0.58% -
HSV(B) 281.38º 0.66% 0.86% -
XYZ 33.11 19.31 69.69 -
YUV 121.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 175 75 220 0.20 0.66 0 0.14 281.38 0.67 0.58
Hex AF 4B DC 14 42 0 E 119 43 3A
Octal 257 113 334 24 102 0 16 431 103 72
Binary 10101111 1001011 11011100 10100 1000010 0 1110 100011001 1000011 111010

Color Harmonies of #AF4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BDC

Black with #AF4BDC

Text Example


Text Example

White with #AF4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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