Html Css Color HEX #A5ADFD Perano

📋 copy color: '#A5ADFD'

red 165 ◦ green 173 ◦ blue 253

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

Shades of Perano #A5ADFD

Tints of Perano #A5ADFD

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

 GREEN value IS 173 (67.97% from 255) = 29.27%

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

R = 27.92%
G = 29.27%
B = 42.81%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5ADFD (or 0xA5ADFD) is known color: Perano. HEX triplet: A5, AD and FD. RGB value is (165,173,253). Sum of RGB (Red+Green+Blue) = 165+173+253=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFD is #5A5202. Grayscale: #B3B3B3. Windows color (decimal): -5919235 or 16625061. OLE color: 16625061.

HSL color Cylindrical-coordinate representation of color #A5ADFD: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5ADFD is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 173 253 -
CMYK 0.35 0.32 0 0.01
HSL 234.55º 0.96% 0.82% -
HSV(B) 234.55º 0.35% 0.99% -
XYZ 48.19 44.98 99.07 -
YUV 179.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 165 173 253 0.35 0.32 0 0.01 234.55 0.96 0.82
Hex A5 AD FD 23 20 0 1 EB 60 52
Octal 245 255 375 43 40 0 1 353 140 122
Binary 10100101 10101101 11111101 100011 100000 0 1 11101011 1100000 1010010

Color Harmonies of #A5ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADFD

Black with #A5ADFD

Text Example


Text Example

White with #A5ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADFD; }

 p { color: rgb(165,173,253); }

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

background-color css

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

 a { background-color: rgb(165,173,253); }

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

border-color css

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

 span { border-color: rgb(165,173,253); }

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