Html Css Color HEX #A793F2 Biloba Flower

📋 copy color: '#A793F2'

red 167 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #A793F2

Tints of Biloba Flower #A793F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.44%

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 30.04%
G = 26.44%
B = 43.53%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A793F2 (or 0xA793F2) is known color: Biloba Flower. HEX triplet: A7, 93 and F2. RGB value is (167,147,242). Sum of RGB (Red+Green+Blue) = 167+147+242=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A793F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A793F2 is #586C0D. Grayscale: #A3A3A3. Windows color (decimal): -5794830 or 15897511. OLE color: 15897511.

HSL color Cylindrical-coordinate representation of color #A793F2: hue angle of 252.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A793F2 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 147 242 -
CMYK 0.31 0.39 0 0.05
HSL 252.63º 0.79% 0.76% -
HSV(B) 252.63º 0.39% 0.95% -
XYZ 42.4 35.49 88.62 -
YUV 163.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 167 147 242 0.31 0.39 0 0.05 252.63 0.79 0.76
Hex A7 93 F2 1F 27 0 5 FD 4F 4C
Octal 247 223 362 37 47 0 5 375 117 114
Binary 10100111 10010011 11110010 11111 100111 0 101 11111101 1001111 1001100

Color Harmonies of #A793F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A793F2

Black with #A793F2

Text Example


Text Example

White with #A793F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A793F2; }

 p { color: rgb(167,147,242); }

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

background-color css

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

 a { background-color: rgb(167,147,242); }

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

border-color css

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

 span { border-color: rgb(167,147,242); }

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