Html Css Color HEX #AF8CFA Biloba Flower

📋 copy color: '#AF8CFA'

red 175 ◦ green 140 ◦ blue 250

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

Shades of Biloba Flower #AF8CFA

Tints of Biloba Flower #AF8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

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

R = 30.97%
G = 24.78%
B = 44.25%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8CFA (or 0xAF8CFA) is known color: Biloba Flower. HEX triplet: AF, 8C and FA. RGB value is (175,140,250). Sum of RGB (Red+Green+Blue) = 175+140+250=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 140 (55.08% from 255 or 24.78% 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 #AF8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFA is #507305. Grayscale: #A2A2A2. Windows color (decimal): -5272326 or 16420015. OLE color: 16420015.

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

Color convert

RGB 175 140 250 -
CMYK 0.3 0.44 0 0.02
HSL 259.09º 0.92% 0.76% -
HSV(B) 259.09º 0.44% 0.98% -
XYZ 44.31 34.77 94.82 -
YUV 163.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 175 140 250 0.3 0.44 0 0.02 259.09 0.92 0.76
Hex AF 8C FA 1E 2C 0 2 103 5C 4C
Octal 257 214 372 36 54 0 2 403 134 114
Binary 10101111 10001100 11111010 11110 101100 0 10 100000011 1011100 1001100

Color Harmonies of #AF8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CFA

Black with #AF8CFA

Text Example


Text Example

White with #AF8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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