Html Css Color HEX #FFA0FF Lavender Rose

📋 copy color: '#FFA0FF'

red 255 ◦ green 160 ◦ blue 255

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

Shades of Lavender Rose #FFA0FF

Tints of Lavender Rose #FFA0FF

RGB

 RED value IS 255 (100% from 255) = 38.06%

 GREEN value IS 160 (62.89% from 255) = 23.88%

 BLUE value IS 255 (100% from 255) = 38.06%

R = 38.06%
G = 23.88%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFA0FF (or 0xFFA0FF) is known color: Lavender Rose. HEX triplet: FF, A0 and FF. RGB value is (255,160,255). Sum of RGB (Red+Green+Blue) = 255+160+255=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 160 (62.89% from 255 or 23.88% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FF is #005F00. Grayscale: #C6C6C6. Windows color (decimal): -24321 or 16752895. OLE color: 16752895.

HSL color Cylindrical-coordinate representation of color #FFA0FF: hue angle of 300º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0FF is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 255 -
CMYK 0 0.37 0 0
HSL 300º 1% 0.81% -
HSV(B) 300º 0.37% 1% -
XYZ 71.86 53.62 101.17 -
YUV 199.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 255 160 255 0 0.37 0 0 300 1 0.81
Hex FF A0 FF 0 25 0 0 12C 64 51
Octal 377 240 377 0 45 0 0 454 144 121
Binary 11111111 10100000 11111111 0 100101 0 0 100101100 1100100 1010001

Color Harmonies of #FFA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0FF

Black with #FFA0FF

Text Example


Text Example

White with #FFA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0FF; }

 p { color: rgb(255,160,255); }

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

background-color css

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

 a { background-color: rgb(255,160,255); }

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

border-color css

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

 span { border-color: rgb(255,160,255); }

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