Html Css Color HEX #AF45CC Medium Orchid

📋 copy color: '#AF45CC'

red 175 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #AF45CC

Tints of Medium Orchid #AF45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

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

R = 39.06%
G = 15.4%
B = 45.54%

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

#AF45CC (or 0xAF45CC) is known color: Medium Orchid. HEX triplet: AF, 45 and CC. RGB value is (175,69,204). Sum of RGB (Red+Green+Blue) = 175+69+204=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45CC is #50BA33. Grayscale: #737373. Windows color (decimal): -5290548 or 13387183. OLE color: 13387183.

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

Color convert

RGB 175 69 204 -
CMYK 0.14 0.66 0 0.2
HSL 287.11º 0.57% 0.54% -
HSV(B) 287.11º 0.66% 0.8% -
XYZ 30.71 17.73 58.93 -
YUV 116.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 175 69 204 0.14 0.66 0 0.2 287.11 0.57 0.54
Hex AF 45 CC E 42 0 14 11F 39 36
Octal 257 105 314 16 102 0 24 437 71 66
Binary 10101111 1000101 11001100 1110 1000010 0 10100 100011111 111001 110110

Color Harmonies of #AF45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45CC

Black with #AF45CC

Text Example


Text Example

White with #AF45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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