Html Css Color HEX #FFA5FF Lavender Rose

📋 copy color: '#FFA5FF'

red 255 ◦ green 165 ◦ blue 255

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

Shades of Lavender Rose #FFA5FF

Tints of Lavender Rose #FFA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.44%

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

R = 37.78%
G = 24.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFA5FF (or 0xFFA5FF) is known color: Lavender Rose. HEX triplet: FF, A5 and FF. RGB value is (255,165,255). Sum of RGB (Red+Green+Blue) = 255+165+255=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 165 (64.84% from 255 or 24.44% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5FF is #005A00. Grayscale: #C9C9C9. Windows color (decimal): -23041 or 16754175. OLE color: 16754175.

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

Color convert

RGB 255 165 255 -
CMYK 0 0.35 0 0
HSL 300º 1% 0.82% -
HSV(B) 300º 0.35% 1% -
XYZ 72.75 55.39 101.47 -
YUV 202.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 255 165 255 0 0.35 0 0 300 1 0.82
Hex FF A5 FF 0 23 0 0 12C 64 52
Octal 377 245 377 0 43 0 0 454 144 122
Binary 11111111 10100101 11111111 0 100011 0 0 100101100 1100100 1010010

Color Harmonies of #FFA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5FF

Black with #FFA5FF

Text Example


Text Example

White with #FFA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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