Html Css Color HEX #AF5CBF Medium Orchid

📋 copy color: '#AF5CBF'

red 175 ◦ green 92 ◦ blue 191

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

Shades of Medium Orchid #AF5CBF

Tints of Medium Orchid #AF5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 38.21%
G = 20.09%
B = 41.7%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF5CBF (or 0xAF5CBF) is known color: Medium Orchid. HEX triplet: AF, 5C and BF. RGB value is (175,92,191). Sum of RGB (Red+Green+Blue) = 175+92+191=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CBF is #50A340. Grayscale: #7F7F7F. Windows color (decimal): -5284673 or 12541103. OLE color: 12541103.

HSL color Cylindrical-coordinate representation of color #AF5CBF: hue angle of 290.3º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5CBF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 92 191 -
CMYK 0.08 0.52 0 0.25
HSL 290.3º 0.44% 0.55% -
HSV(B) 290.3º 0.52% 0.75% -
XYZ 30.91 20.53 51.62 -
YUV 128.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 175 92 191 0.08 0.52 0 0.25 290.3 0.44 0.55
Hex AF 5C BF 8 34 0 19 122 2C 37
Octal 257 134 277 10 64 0 31 442 54 67
Binary 10101111 1011100 10111111 1000 110100 0 11001 100100010 101100 110111

Color Harmonies of #AF5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CBF

Black with #AF5CBF

Text Example


Text Example

White with #AF5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CBF; }

 p { color: rgb(175,92,191); }

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

background-color css

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

 a { background-color: rgb(175,92,191); }

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

border-color css

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

 span { border-color: rgb(175,92,191); }

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