Html Css Color HEX #AF8EFA Biloba Flower

📋 copy color: '#AF8EFA'

red 175 ◦ green 142 ◦ blue 250

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

Shades of Biloba Flower #AF8EFA

Tints of Biloba Flower #AF8EFA

RGB

 RED value IS 175 (68.75% from 255) = 30.86%

 GREEN value IS 142 (55.86% from 255) = 25.04%

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

R = 30.86%
G = 25.04%
B = 44.09%

CMYK

 C value IS 0.3

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8EFA (or 0xAF8EFA) is known color: Biloba Flower. HEX triplet: AF, 8E and FA. RGB value is (175,142,250). Sum of RGB (Red+Green+Blue) = 175+142+250=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EFA is #507105. Grayscale: #A3A3A3. Windows color (decimal): -5271814 or 16420527. OLE color: 16420527.

HSL color Cylindrical-coordinate representation of color #AF8EFA: hue angle of 258.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8EFA is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 142 250 -
CMYK 0.3 0.43 0 0.02
HSL 258.33º 0.92% 0.77% -
HSV(B) 258.33º 0.43% 0.98% -
XYZ 44.61 35.36 94.92 -
YUV 164.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 175 142 250 0.3 0.43 0 0.02 258.33 0.92 0.77
Hex AF 8E FA 1E 2B 0 2 102 5C 4D
Octal 257 216 372 36 53 0 2 402 134 115
Binary 10101111 10001110 11111010 11110 101011 0 10 100000010 1011100 1001101

Color Harmonies of #AF8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EFA

Black with #AF8EFA

Text Example


Text Example

White with #AF8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EFA; }

 p { color: rgb(175,142,250); }

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

background-color css

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

 a { background-color: rgb(175,142,250); }

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

border-color css

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

 span { border-color: rgb(175,142,250); }

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