Html Css Color HEX #AF46CB Medium Orchid

📋 copy color: '#AF46CB'

red 175 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #AF46CB

Tints of Medium Orchid #AF46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 39.06%
G = 15.63%
B = 45.31%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF46CB (or 0xAF46CB) is known color: Medium Orchid. HEX triplet: AF, 46 and CB. RGB value is (175,70,203). Sum of RGB (Red+Green+Blue) = 175+70+203=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46CB is #50B934. Grayscale: #747474. Windows color (decimal): -5290293 or 13321903. OLE color: 13321903.

HSL color Cylindrical-coordinate representation of color #AF46CB: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF46CB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 70 203 -
CMYK 0.14 0.66 0 0.20
HSL 287.37º 0.56% 0.54% -
HSV(B) 287.37º 0.66% 0.8% -
XYZ 30.65 17.81 58.32 -
YUV 116.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 175 70 203 0.14 0.66 0 0.20 287.37 0.56 0.54
Hex AF 46 CB E 42 0 14 11F 38 36
Octal 257 106 313 16 102 0 24 437 70 66
Binary 10101111 1000110 11001011 1110 1000010 0 10100 100011111 111000 110110

Color Harmonies of #AF46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46CB

Black with #AF46CB

Text Example


Text Example

White with #AF46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46CB; }

 p { color: rgb(175,70,203); }

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

background-color css

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

 a { background-color: rgb(175,70,203); }

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

border-color css

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

 span { border-color: rgb(175,70,203); }

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