Html Css Color HEX #A794FA Biloba Flower

📋 copy color: '#A794FA'

red 167 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #A794FA

Tints of Biloba Flower #A794FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.19%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 29.56%
G = 26.19%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A794FA (or 0xA794FA) is known color: Biloba Flower. HEX triplet: A7, 94 and FA. RGB value is (167,148,250). Sum of RGB (Red+Green+Blue) = 167+148+250=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A794FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794FA is #586B05. Grayscale: #A4A4A4. Windows color (decimal): -5794566 or 16422055. OLE color: 16422055.

HSL color Cylindrical-coordinate representation of color #A794FA: hue angle of 251.18º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A794FA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 148 250 -
CMYK 0.33 0.41 0 0.02
HSL 251.18º 0.91% 0.78% -
HSV(B) 251.18º 0.41% 0.98% -
XYZ 43.78 36.3 95.14 -
YUV 165.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 167 148 250 0.33 0.41 0 0.02 251.18 0.91 0.78
Hex A7 94 FA 21 29 0 2 FB 5B 4E
Octal 247 224 372 41 51 0 2 373 133 116
Binary 10100111 10010100 11111010 100001 101001 0 10 11111011 1011011 1001110

Color Harmonies of #A794FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794FA

Black with #A794FA

Text Example


Text Example

White with #A794FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794FA; }

 p { color: rgb(167,148,250); }

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

background-color css

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

 a { background-color: rgb(167,148,250); }

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

border-color css

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

 span { border-color: rgb(167,148,250); }

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