Html Css Color HEX #AF65E9 Medium Orchid

📋 copy color: '#AF65E9'

red 175 ◦ green 101 ◦ blue 233

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

Shades of Medium Orchid #AF65E9

Tints of Medium Orchid #AF65E9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 233 (91.41% from 255) = 45.78%

R = 34.38%
G = 19.84%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF65E9 (or 0xAF65E9) is known color: Medium Orchid. HEX triplet: AF, 65 and E9. RGB value is (175,101,233). Sum of RGB (Red+Green+Blue) = 175+101+233=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF65E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65E9 is #509A16. Grayscale: #898989. Windows color (decimal): -5282327 or 15295919. OLE color: 15295919.

HSL color Cylindrical-coordinate representation of color #AF65E9: hue angle of 273.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF65E9 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 101 233 -
CMYK 0.25 0.57 0 0.09
HSL 273.64º 0.75% 0.65% -
HSV(B) 273.64º 0.57% 0.91% -
XYZ 37.04 24.3 79.83 -
YUV 138.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 175 101 233 0.25 0.57 0 0.09 273.64 0.75 0.65
Hex AF 65 E9 19 39 0 9 112 4B 41
Octal 257 145 351 31 71 0 11 422 113 101
Binary 10101111 1100101 11101001 11001 111001 0 1001 100010010 1001011 1000001

Color Harmonies of #AF65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65E9

Black with #AF65E9

Text Example


Text Example

White with #AF65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65E9; }

 p { color: rgb(175,101,233); }

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

background-color css

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

 a { background-color: rgb(175,101,233); }

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

border-color css

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

 span { border-color: rgb(175,101,233); }

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