Html Css Color HEX #AF62CC Medium Orchid

📋 copy color: '#AF62CC'

red 175 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #AF62CC

Tints of Medium Orchid #AF62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.55%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 36.69%
G = 20.55%
B = 42.77%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF62CC (or 0xAF62CC) is known color: Medium Orchid. HEX triplet: AF, 62 and CC. RGB value is (175,98,204). Sum of RGB (Red+Green+Blue) = 175+98+204=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CC is #509D33. Grayscale: #848484. Windows color (decimal): -5283124 or 13394607. OLE color: 13394607.

HSL color Cylindrical-coordinate representation of color #AF62CC: hue angle of 283.58º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF62CC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 98 204 -
CMYK 0.14 0.52 0 0.2
HSL 283.58º 0.51% 0.59% -
HSV(B) 283.58º 0.52% 0.8% -
XYZ 32.95 22.21 59.68 -
YUV 133.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 175 98 204 0.14 0.52 0 0.2 283.58 0.51 0.59
Hex AF 62 CC E 34 0 14 11C 33 3B
Octal 257 142 314 16 64 0 24 434 63 73
Binary 10101111 1100010 11001100 1110 110100 0 10100 100011100 110011 111011

Color Harmonies of #AF62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62CC

Black with #AF62CC

Text Example


Text Example

White with #AF62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62CC; }

 p { color: rgb(175,98,204); }

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

background-color css

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

 a { background-color: rgb(175,98,204); }

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

border-color css

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

 span { border-color: rgb(175,98,204); }

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