Html Css Color HEX #AF4BDE Medium Orchid

📋 copy color: '#AF4BDE'

red 175 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #AF4BDE

Tints of Medium Orchid #AF4BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 37.08%
G = 15.89%
B = 47.03%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4BDE (or 0xAF4BDE) is known color: Medium Orchid. HEX triplet: AF, 4B and DE. RGB value is (175,75,222). Sum of RGB (Red+Green+Blue) = 175+75+222=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BDE is #50B421. Grayscale: #797979. Windows color (decimal): -5288994 or 14568367. OLE color: 14568367.

HSL color Cylindrical-coordinate representation of color #AF4BDE: hue angle of 280.82º degrees, saturation: 0.69, 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 #AF4BDE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 75 222 -
CMYK 0.21 0.66 0 0.13
HSL 280.82º 0.69% 0.58% -
HSV(B) 280.82º 0.66% 0.87% -
XYZ 33.38 19.42 71.1 -
YUV 121.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 175 75 222 0.21 0.66 0 0.13 280.82 0.69 0.58
Hex AF 4B DE 15 42 0 D 119 45 3A
Octal 257 113 336 25 102 0 15 431 105 72
Binary 10101111 1001011 11011110 10101 1000010 0 1101 100011001 1000101 111010

Color Harmonies of #AF4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BDE

Black with #AF4BDE

Text Example


Text Example

White with #AF4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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