Html Css Color HEX #AF45CA Medium Orchid

📋 copy color: '#AF45CA'

red 175 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #AF45CA

Tints of Medium Orchid #AF45CA

RGB

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

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

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

R = 39.24%
G = 15.47%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF45CA (or 0xAF45CA) is known color: Medium Orchid. HEX triplet: AF, 45 and CA. RGB value is (175,69,202). Sum of RGB (Red+Green+Blue) = 175+69+202=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45CA is #50BA35. Grayscale: #737373. Windows color (decimal): -5290550 or 13256111. OLE color: 13256111.

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

Color convert

RGB 175 69 202 -
CMYK 0.13 0.66 0 0.21
HSL 287.82º 0.56% 0.53% -
HSV(B) 287.82º 0.66% 0.79% -
XYZ 30.47 17.63 57.68 -
YUV 115.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 175 69 202 0.13 0.66 0 0.21 287.82 0.56 0.53
Hex AF 45 CA D 42 0 15 120 38 35
Octal 257 105 312 15 102 0 25 440 70 65
Binary 10101111 1000101 11001010 1101 1000010 0 10101 100100000 111000 110101

Color Harmonies of #AF45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45CA

Black with #AF45CA

Text Example


Text Example

White with #AF45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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