Html Css Color HEX #AF48CA Medium Orchid

📋 copy color: '#AF48CA'

red 175 ◦ green 72 ◦ blue 202

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

Shades of Medium Orchid #AF48CA

Tints of Medium Orchid #AF48CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 38.98%
G = 16.04%
B = 44.99%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF48CA (or 0xAF48CA) is known color: Medium Orchid. HEX triplet: AF, 48 and CA. RGB value is (175,72,202). Sum of RGB (Red+Green+Blue) = 175+72+202=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CA is #50B735. Grayscale: #757575. Windows color (decimal): -5289782 or 13256879. OLE color: 13256879.

HSL color Cylindrical-coordinate representation of color #AF48CA: hue angle of 287.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF48CA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 72 202 -
CMYK 0.13 0.64 0 0.21
HSL 287.54º 0.55% 0.54% -
HSV(B) 287.54º 0.64% 0.79% -
XYZ 30.66 18.01 57.74 -
YUV 117.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 175 72 202 0.13 0.64 0 0.21 287.54 0.55 0.54
Hex AF 48 CA D 40 0 15 120 37 36
Octal 257 110 312 15 100 0 25 440 67 66
Binary 10101111 1001000 11001010 1101 1000000 0 10101 100100000 110111 110110

Color Harmonies of #AF48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48CA

Black with #AF48CA

Text Example


Text Example

White with #AF48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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