Html Css Color HEX #AF70EA Medium Purple

📋 copy color: '#AF70EA'

red 175 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #AF70EA

Tints of Medium Purple #AF70EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

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

R = 33.59%
G = 21.5%
B = 44.91%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF70EA (or 0xAF70EA) is known color: Medium Purple. HEX triplet: AF, 70 and EA. RGB value is (175,112,234). Sum of RGB (Red+Green+Blue) = 175+112+234=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70EA is #508F15. Grayscale: #909090. Windows color (decimal): -5279510 or 15364271. OLE color: 15364271.

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

Color convert

RGB 175 112 234 -
CMYK 0.25 0.52 0 0.08
HSL 270.98º 0.74% 0.68% -
HSV(B) 270.98º 0.52% 0.92% -
XYZ 38.32 26.64 80.96 -
YUV 144.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 175 112 234 0.25 0.52 0 0.08 270.98 0.74 0.68
Hex AF 70 EA 19 34 0 8 10F 4A 44
Octal 257 160 352 31 64 0 10 417 112 104
Binary 10101111 1110000 11101010 11001 110100 0 1000 100001111 1001010 1000100

Color Harmonies of #AF70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70EA

Black with #AF70EA

Text Example


Text Example

White with #AF70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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