Html Css Color HEX #AF4CEA Medium Orchid

📋 copy color: '#AF4CEA'

red 175 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #AF4CEA

Tints of Medium Orchid #AF4CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 36.08%
G = 15.67%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4CEA (or 0xAF4CEA) is known color: Medium Orchid. HEX triplet: AF, 4C and EA. RGB value is (175,76,234). Sum of RGB (Red+Green+Blue) = 175+76+234=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CEA is #50B315. Grayscale: #7B7B7B. Windows color (decimal): -5288726 or 15355055. OLE color: 15355055.

HSL color Cylindrical-coordinate representation of color #AF4CEA: hue angle of 277.59º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4CEA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 76 234 -
CMYK 0.25 0.68 0 0.08
HSL 277.59º 0.79% 0.61% -
HSV(B) 277.59º 0.68% 0.92% -
XYZ 35.11 20.22 79.89 -
YUV 123.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 175 76 234 0.25 0.68 0 0.08 277.59 0.79 0.61
Hex AF 4C EA 19 44 0 8 116 4F 3D
Octal 257 114 352 31 104 0 10 426 117 75
Binary 10101111 1001100 11101010 11001 1000100 0 1000 100010110 1001111 111101

Color Harmonies of #AF4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CEA

Black with #AF4CEA

Text Example


Text Example

White with #AF4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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