Html Css Color HEX #A799FD Biloba Flower

📋 copy color: '#A799FD'

red 167 ◦ green 153 ◦ blue 253

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

Shades of Biloba Flower #A799FD

Tints of Biloba Flower #A799FD

RGB

 RED value IS 167 (65.63% from 255) = 29.14%

 GREEN value IS 153 (60.16% from 255) = 26.7%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 29.14%
G = 26.7%
B = 44.15%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A799FD (or 0xA799FD) is known color: Biloba Flower. HEX triplet: A7, 99 and FD. RGB value is (167,153,253). Sum of RGB (Red+Green+Blue) = 167+153+253=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #A799FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799FD is #586602. Grayscale: #A8A8A8. Windows color (decimal): -5793283 or 16619943. OLE color: 16619943.

HSL color Cylindrical-coordinate representation of color #A799FD: hue angle of 248.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A799FD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 153 253 -
CMYK 0.34 0.40 0 0.01
HSL 248.4º 0.96% 0.8% -
HSV(B) 248.4º 0.4% 0.99% -
XYZ 45.06 38.09 97.91 -
YUV 168.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 167 153 253 0.34 0.40 0 0.01 248.4 0.96 0.8
Hex A7 99 FD 22 28 0 1 F8 60 50
Octal 247 231 375 42 50 0 1 370 140 120
Binary 10100111 10011001 11111101 100010 101000 0 1 11111000 1100000 1010000

Color Harmonies of #A799FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799FD

Black with #A799FD

Text Example


Text Example

White with #A799FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799FD; }

 p { color: rgb(167,153,253); }

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

background-color css

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

 a { background-color: rgb(167,153,253); }

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

border-color css

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

 span { border-color: rgb(167,153,253); }

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