Html Css Color HEX #AF4BDF Medium Orchid

📋 copy color: '#AF4BDF'

red 175 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #AF4BDF

Tints of Medium Orchid #AF4BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 37%
G = 15.86%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4BDF (or 0xAF4BDF) is known color: Medium Orchid. HEX triplet: AF, 4B and DF. RGB value is (175,75,223). Sum of RGB (Red+Green+Blue) = 175+75+223=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BDF is #50B420. Grayscale: #797979. Windows color (decimal): -5288993 or 14633903. OLE color: 14633903.

HSL color Cylindrical-coordinate representation of color #AF4BDF: hue angle of 280.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4BDF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 75 223 -
CMYK 0.22 0.66 0 0.13
HSL 280.54º 0.7% 0.58% -
HSV(B) 280.54º 0.66% 0.87% -
XYZ 33.51 19.47 71.8 -
YUV 121.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 175 75 223 0.22 0.66 0 0.13 280.54 0.7 0.58
Hex AF 4B DF 16 42 0 D 119 46 3A
Octal 257 113 337 26 102 0 15 431 106 72
Binary 10101111 1001011 11011111 10110 1000010 0 1101 100011001 1000110 111010

Color Harmonies of #AF4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BDF

Black with #AF4BDF

Text Example


Text Example

White with #AF4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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