Html Css Color HEX #AF25E1 Dark Orchid

📋 copy color: '#AF25E1'

red 175 ◦ green 37 ◦ blue 225

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

Shades of Dark Orchid #AF25E1

Tints of Dark Orchid #AF25E1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.47%

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 40.05%
G = 8.47%
B = 51.49%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF25E1 (or 0xAF25E1) is known color: Dark Orchid. HEX triplet: AF, 25 and E1. RGB value is (175,37,225). Sum of RGB (Red+Green+Blue) = 175+37+225=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF25E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25E1 is #50DA1E. Grayscale: #636363. Windows color (decimal): -5298719 or 14755247. OLE color: 14755247.

HSL color Cylindrical-coordinate representation of color #AF25E1: hue angle of 284.04º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25E1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 37 225 -
CMYK 0.22 0.84 0 0.12
HSL 284.04º 0.76% 0.51% -
HSV(B) 284.04º 0.84% 0.88% -
XYZ 31.93 15.87 72.62 -
YUV 99.69 198.72 181.71 -
System Red Green Blue C M Y K H S L
Decimal 175 37 225 0.22 0.84 0 0.12 284.04 0.76 0.51
Hex AF 25 E1 16 54 0 C 11C 4C 33
Octal 257 45 341 26 124 0 14 434 114 63
Binary 10101111 100101 11100001 10110 1010100 0 1100 100011100 1001100 110011

Color Harmonies of #AF25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25E1

Black with #AF25E1

Text Example


Text Example

White with #AF25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25E1; }

 p { color: rgb(175,37,225); }

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

background-color css

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

 a { background-color: rgb(175,37,225); }

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

border-color css

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

 span { border-color: rgb(175,37,225); }

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