Html Css Color HEX #AF4CCA Medium Orchid

📋 copy color: '#AF4CCA'

red 175 ◦ green 76 ◦ blue 202

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

Shades of Medium Orchid #AF4CCA

Tints of Medium Orchid #AF4CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

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

R = 38.63%
G = 16.78%
B = 44.59%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF4CCA (or 0xAF4CCA) is known color: Medium Orchid. HEX triplet: AF, 4C and CA. RGB value is (175,76,202). Sum of RGB (Red+Green+Blue) = 175+76+202=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CCA is #50B335. Grayscale: #777777. Windows color (decimal): -5288758 or 13257903. OLE color: 13257903.

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

Color convert

RGB 175 76 202 -
CMYK 0.13 0.62 0 0.21
HSL 287.14º 0.54% 0.55% -
HSV(B) 287.14º 0.62% 0.79% -
XYZ 30.92 18.55 57.83 -
YUV 119.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 175 76 202 0.13 0.62 0 0.21 287.14 0.54 0.55
Hex AF 4C CA D 3E 0 15 11F 36 37
Octal 257 114 312 15 76 0 25 437 66 67
Binary 10101111 1001100 11001010 1101 111110 0 10101 100011111 110110 110111

Color Harmonies of #AF4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CCA

Black with #AF4CCA

Text Example


Text Example

White with #AF4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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