Html Css Color HEX #AF65C2 Medium Orchid

📋 copy color: '#AF65C2'

red 175 ◦ green 101 ◦ blue 194

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

Shades of Medium Orchid #AF65C2

Tints of Medium Orchid #AF65C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 37.23%
G = 21.49%
B = 41.28%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF65C2 (or 0xAF65C2) is known color: Medium Orchid. HEX triplet: AF, 65 and C2. RGB value is (175,101,194). Sum of RGB (Red+Green+Blue) = 175+101+194=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF65C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65C2 is #509A3D. Grayscale: #858585. Windows color (decimal): -5282366 or 12740015. OLE color: 12740015.

HSL color Cylindrical-coordinate representation of color #AF65C2: hue angle of 287.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF65C2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 101 194 -
CMYK 0.10 0.48 0 0.24
HSL 287.74º 0.43% 0.58% -
HSV(B) 287.74º 0.48% 0.76% -
XYZ 32.07 22.32 53.66 -
YUV 133.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 175 101 194 0.10 0.48 0 0.24 287.74 0.43 0.58
Hex AF 65 C2 A 30 0 18 120 2B 3A
Octal 257 145 302 12 60 0 30 440 53 72
Binary 10101111 1100101 11000010 1010 110000 0 11000 100100000 101011 111010

Color Harmonies of #AF65C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65C2

Black with #AF65C2

Text Example


Text Example

White with #AF65C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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