Html Css Color HEX #AF46CC Medium Orchid

📋 copy color: '#AF46CC'

red 175 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #AF46CC

Tints of Medium Orchid #AF46CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 38.98%
G = 15.59%
B = 45.43%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF46CC (or 0xAF46CC) is known color: Medium Orchid. HEX triplet: AF, 46 and CC. RGB value is (175,70,204). Sum of RGB (Red+Green+Blue) = 175+70+204=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46CC is #50B933. Grayscale: #747474. Windows color (decimal): -5290292 or 13387439. OLE color: 13387439.

HSL color Cylindrical-coordinate representation of color #AF46CC: hue angle of 287.01º degrees, saturation: 0.57, 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 #AF46CC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 70 204 -
CMYK 0.14 0.66 0 0.2
HSL 287.01º 0.57% 0.54% -
HSV(B) 287.01º 0.66% 0.8% -
XYZ 30.77 17.85 58.95 -
YUV 116.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 175 70 204 0.14 0.66 0 0.2 287.01 0.57 0.54
Hex AF 46 CC E 42 0 14 11F 39 36
Octal 257 106 314 16 102 0 24 437 71 66
Binary 10101111 1000110 11001100 1110 1000010 0 10100 100011111 111001 110110

Color Harmonies of #AF46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46CC

Black with #AF46CC

Text Example


Text Example

White with #AF46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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