Html Css Color HEX #ABA7EE Perano

📋 copy color: '#ABA7EE'

red 171 ◦ green 167 ◦ blue 238

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

Shades of Perano #ABA7EE

Tints of Perano #ABA7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 29.69%
G = 28.99%
B = 41.32%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA7EE (or 0xABA7EE) is known color: Perano. HEX triplet: AB, A7 and EE. RGB value is (171,167,238). Sum of RGB (Red+Green+Blue) = 171+167+238=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7EE is #545811. Grayscale: #B0B0B0. Windows color (decimal): -5527570 or 15640491. OLE color: 15640491.

HSL color Cylindrical-coordinate representation of color #ABA7EE: hue angle of 243.38º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA7EE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 167 238 -
CMYK 0.28 0.30 0 0.07
HSL 243.38º 0.68% 0.79% -
HSV(B) 243.38º 0.3% 0.93% -
XYZ 46.05 42.47 86.66 -
YUV 176.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 171 167 238 0.28 0.30 0 0.07 243.38 0.68 0.79
Hex AB A7 EE 1C 1E 0 7 F3 44 4F
Octal 253 247 356 34 36 0 7 363 104 117
Binary 10101011 10100111 11101110 11100 11110 0 111 11110011 1000100 1001111

Color Harmonies of #ABA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7EE

Black with #ABA7EE

Text Example


Text Example

White with #ABA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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