Html Css Color HEX #AF4EEA Medium Orchid

📋 copy color: '#AF4EEA'

red 175 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #AF4EEA

Tints of Medium Orchid #AF4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.02%

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

R = 35.93%
G = 16.02%
B = 48.05%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4EEA (or 0xAF4EEA) is known color: Medium Orchid. HEX triplet: AF, 4E and EA. RGB value is (175,78,234). Sum of RGB (Red+Green+Blue) = 175+78+234=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EEA is #50B115. Grayscale: #7C7C7C. Windows color (decimal): -5288214 or 15355567. OLE color: 15355567.

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

Color convert

RGB 175 78 234 -
CMYK 0.25 0.67 0 0.08
HSL 277.31º 0.79% 0.61% -
HSV(B) 277.31º 0.67% 0.92% -
XYZ 35.25 20.5 79.94 -
YUV 124.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 175 78 234 0.25 0.67 0 0.08 277.31 0.79 0.61
Hex AF 4E EA 19 43 0 8 115 4F 3D
Octal 257 116 352 31 103 0 10 425 117 75
Binary 10101111 1001110 11101010 11001 1000011 0 1000 100010101 1001111 111101

Color Harmonies of #AF4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EEA

Black with #AF4EEA

Text Example


Text Example

White with #AF4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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