Html Css Color HEX #A097FD Portage

📋 copy color: '#A097FD'

red 160 ◦ green 151 ◦ blue 253

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

Shades of Portage #A097FD

Tints of Portage #A097FD

RGB

 RED value IS 160 (62.89% from 255) = 28.37%

 GREEN value IS 151 (59.38% from 255) = 26.77%

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

R = 28.37%
G = 26.77%
B = 44.86%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A097FD (or 0xA097FD) is known color: Portage. HEX triplet: A0, 97 and FD. RGB value is (160,151,253). Sum of RGB (Red+Green+Blue) = 160+151+253=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #A097FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FD is #5F6802. Grayscale: #A4A4A4. Windows color (decimal): -6252547 or 16619424. OLE color: 16619424.

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

Color convert

RGB 160 151 253 -
CMYK 0.37 0.40 0 0.01
HSL 245.29º 0.96% 0.79% -
HSV(B) 245.29º 0.4% 0.99% -
XYZ 43.29 36.7 97.73 -
YUV 165.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 160 151 253 0.37 0.40 0 0.01 245.29 0.96 0.79
Hex A0 97 FD 25 28 0 1 F5 60 4F
Octal 240 227 375 45 50 0 1 365 140 117
Binary 10100000 10010111 11111101 100101 101000 0 1 11110101 1100000 1001111

Color Harmonies of #A097FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097FD

Black with #A097FD

Text Example


Text Example

White with #A097FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097FD; }

 p { color: rgb(160,151,253); }

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

background-color css

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

 a { background-color: rgb(160,151,253); }

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

border-color css

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

 span { border-color: rgb(160,151,253); }

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