Html Css Color HEX #ABA7FA Perano

📋 copy color: '#ABA7FA'

red 171 ◦ green 167 ◦ blue 250

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

Shades of Perano #ABA7FA

Tints of Perano #ABA7FA

RGB

 RED value IS 171 (67.19% from 255) = 29.08%

 GREEN value IS 167 (65.63% from 255) = 28.4%

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

R = 29.08%
G = 28.4%
B = 42.52%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABA7FA (or 0xABA7FA) is known color: Perano. HEX triplet: AB, A7 and FA. RGB value is (171,167,250). Sum of RGB (Red+Green+Blue) = 171+167+250=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7FA is #545805. Grayscale: #B1B1B1. Windows color (decimal): -5527558 or 16426923. OLE color: 16426923.

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

Color convert

RGB 171 167 250 -
CMYK 0.32 0.33 0 0.02
HSL 242.89º 0.89% 0.82% -
HSV(B) 242.89º 0.33% 0.98% -
XYZ 47.87 43.2 96.26 -
YUV 177.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 171 167 250 0.32 0.33 0 0.02 242.89 0.89 0.82
Hex AB A7 FA 20 21 0 2 F3 59 52
Octal 253 247 372 40 41 0 2 363 131 122
Binary 10101011 10100111 11111010 100000 100001 0 10 11110011 1011001 1010010

Color Harmonies of #ABA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7FA

Black with #ABA7FA

Text Example


Text Example

White with #ABA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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