Html Css Color HEX #AF48CC Medium Orchid

📋 copy color: '#AF48CC'

red 175 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #AF48CC

Tints of Medium Orchid #AF48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 38.8%
G = 15.96%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF48CC (or 0xAF48CC) is known color: Medium Orchid. HEX triplet: AF, 48 and CC. RGB value is (175,72,204). Sum of RGB (Red+Green+Blue) = 175+72+204=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CC is #50B733. Grayscale: #757575. Windows color (decimal): -5289780 or 13387951. OLE color: 13387951.

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

Color convert

RGB 175 72 204 -
CMYK 0.14 0.65 0 0.2
HSL 286.82º 0.56% 0.54% -
HSV(B) 286.82º 0.65% 0.8% -
XYZ 30.9 18.11 58.99 -
YUV 117.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 175 72 204 0.14 0.65 0 0.2 286.82 0.56 0.54
Hex AF 48 CC E 41 0 14 11F 38 36
Octal 257 110 314 16 101 0 24 437 70 66
Binary 10101111 1001000 11001100 1110 1000001 0 10100 100011111 111000 110110

Color Harmonies of #AF48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48CC

Black with #AF48CC

Text Example


Text Example

White with #AF48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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