Html Css Color HEX #AF5BCF Medium Orchid

📋 copy color: '#AF5BCF'

red 175 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #AF5BCF

Tints of Medium Orchid #AF5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

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

R = 37%
G = 19.24%
B = 43.76%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF5BCF (or 0xAF5BCF) is known color: Medium Orchid. HEX triplet: AF, 5B and CF. RGB value is (175,91,207). Sum of RGB (Red+Green+Blue) = 175+91+207=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BCF is #50A430. Grayscale: #808080. Windows color (decimal): -5284913 or 13589423. OLE color: 13589423.

HSL color Cylindrical-coordinate representation of color #AF5BCF: hue angle of 283.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5BCF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 91 207 -
CMYK 0.15 0.56 0 0.19
HSL 283.45º 0.55% 0.58% -
HSV(B) 283.45º 0.56% 0.81% -
XYZ 32.68 21.1 61.38 -
YUV 129.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 175 91 207 0.15 0.56 0 0.19 283.45 0.55 0.58
Hex AF 5B CF F 38 0 13 11B 37 3A
Octal 257 133 317 17 70 0 23 433 67 72
Binary 10101111 1011011 11001111 1111 111000 0 10011 100011011 110111 111010

Color Harmonies of #AF5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BCF

Black with #AF5BCF

Text Example


Text Example

White with #AF5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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