Html Css Color HEX #AF48CB Medium Orchid

📋 copy color: '#AF48CB'

red 175 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #AF48CB

Tints of Medium Orchid #AF48CB

RGB

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

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

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

R = 38.89%
G = 16%
B = 45.11%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF48CB (or 0xAF48CB) is known color: Medium Orchid. HEX triplet: AF, 48 and CB. RGB value is (175,72,203). Sum of RGB (Red+Green+Blue) = 175+72+203=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CB is #50B734. Grayscale: #757575. Windows color (decimal): -5289781 or 13322415. OLE color: 13322415.

HSL color Cylindrical-coordinate representation of color #AF48CB: hue angle of 287.18º 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 #AF48CB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 72 203 -
CMYK 0.14 0.65 0 0.20
HSL 287.18º 0.56% 0.54% -
HSV(B) 287.18º 0.65% 0.8% -
XYZ 30.78 18.06 58.36 -
YUV 117.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 175 72 203 0.14 0.65 0 0.20 287.18 0.56 0.54
Hex AF 48 CB E 41 0 14 11F 38 36
Octal 257 110 313 16 101 0 24 437 70 66
Binary 10101111 1001000 11001011 1110 1000001 0 10100 100011111 111000 110110

Color Harmonies of #AF48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48CB

Black with #AF48CB

Text Example


Text Example

White with #AF48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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