Html Css Color HEX #AF69CA Medium Orchid

📋 copy color: '#AF69CA'

red 175 ◦ green 105 ◦ blue 202

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

Shades of Medium Orchid #AF69CA

Tints of Medium Orchid #AF69CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.78%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 36.31%
G = 21.78%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF69CA (or 0xAF69CA) is known color: Medium Orchid. HEX triplet: AF, 69 and CA. RGB value is (175,105,202). Sum of RGB (Red+Green+Blue) = 175+105+202=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CA is #509635. Grayscale: #888888. Windows color (decimal): -5281334 or 13265327. OLE color: 13265327.

HSL color Cylindrical-coordinate representation of color #AF69CA: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF69CA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 105 202 -
CMYK 0.13 0.48 0 0.21
HSL 283.3º 0.48% 0.6% -
HSV(B) 283.3º 0.48% 0.79% -
XYZ 33.39 23.48 58.65 -
YUV 136.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 175 105 202 0.13 0.48 0 0.21 283.3 0.48 0.6
Hex AF 69 CA D 30 0 15 11B 30 3C
Octal 257 151 312 15 60 0 25 433 60 74
Binary 10101111 1101001 11001010 1101 110000 0 10101 100011011 110000 111100

Color Harmonies of #AF69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69CA

Black with #AF69CA

Text Example


Text Example

White with #AF69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69CA; }

 p { color: rgb(175,105,202); }

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

background-color css

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

 a { background-color: rgb(175,105,202); }

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

border-color css

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

 span { border-color: rgb(175,105,202); }

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