Html Css Color HEX #AF4BCE Medium Orchid

📋 copy color: '#AF4BCE'

red 175 ◦ green 75 ◦ blue 206

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

Shades of Medium Orchid #AF4BCE

Tints of Medium Orchid #AF4BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 38.38%
G = 16.45%
B = 45.18%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4BCE (or 0xAF4BCE) is known color: Medium Orchid. HEX triplet: AF, 4B and CE. RGB value is (175,75,206). Sum of RGB (Red+Green+Blue) = 175+75+206=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BCE is #50B431. Grayscale: #777777. Windows color (decimal): -5289010 or 13519791. OLE color: 13519791.

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

Color convert

RGB 175 75 206 -
CMYK 0.15 0.64 0 0.19
HSL 285.8º 0.57% 0.55% -
HSV(B) 285.8º 0.64% 0.81% -
XYZ 31.34 18.6 60.33 -
YUV 119.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 175 75 206 0.15 0.64 0 0.19 285.8 0.57 0.55
Hex AF 4B CE F 40 0 13 11E 39 37
Octal 257 113 316 17 100 0 23 436 71 67
Binary 10101111 1001011 11001110 1111 1000000 0 10011 100011110 111001 110111

Color Harmonies of #AF4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BCE

Black with #AF4BCE

Text Example


Text Example

White with #AF4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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