Html Css Color HEX #AF6BEA Medium Purple

📋 copy color: '#AF6BEA'

red 175 ◦ green 107 ◦ blue 234

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

Shades of Medium Purple #AF6BEA

Tints of Medium Purple #AF6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.74%

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

R = 33.91%
G = 20.74%
B = 45.35%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF6BEA (or 0xAF6BEA) is known color: Medium Purple. HEX triplet: AF, 6B and EA. RGB value is (175,107,234). Sum of RGB (Red+Green+Blue) = 175+107+234=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BEA is #509415. Grayscale: #8D8D8D. Windows color (decimal): -5280790 or 15362991. OLE color: 15362991.

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

Color convert

RGB 175 107 234 -
CMYK 0.25 0.54 0 0.08
HSL 272.13º 0.75% 0.67% -
HSV(B) 272.13º 0.54% 0.92% -
XYZ 37.79 25.57 80.79 -
YUV 141.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 175 107 234 0.25 0.54 0 0.08 272.13 0.75 0.67
Hex AF 6B EA 19 36 0 8 110 4B 43
Octal 257 153 352 31 66 0 10 420 113 103
Binary 10101111 1101011 11101010 11001 110110 0 1000 100010000 1001011 1000011

Color Harmonies of #AF6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BEA

Black with #AF6BEA

Text Example


Text Example

White with #AF6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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