Html Css Color HEX #AF25EA Dark Orchid

📋 copy color: '#AF25EA'

red 175 ◦ green 37 ◦ blue 234

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

Shades of Dark Orchid #AF25EA

Tints of Dark Orchid #AF25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 39.24%
G = 8.3%
B = 52.47%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF25EA (or 0xAF25EA) is known color: Dark Orchid. HEX triplet: AF, 25 and EA. RGB value is (175,37,234). Sum of RGB (Red+Green+Blue) = 175+37+234=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF25EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25EA is #50DA15. Grayscale: #646464. Windows color (decimal): -5298710 or 15345071. OLE color: 15345071.

HSL color Cylindrical-coordinate representation of color #AF25EA: hue angle of 282.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25EA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 37 234 -
CMYK 0.25 0.84 0 0.08
HSL 282.03º 0.82% 0.53% -
HSV(B) 282.03º 0.84% 0.92% -
XYZ 33.19 16.38 79.25 -
YUV 100.72 203.22 180.98 -
System Red Green Blue C M Y K H S L
Decimal 175 37 234 0.25 0.84 0 0.08 282.03 0.82 0.53
Hex AF 25 EA 19 54 0 8 11A 52 35
Octal 257 45 352 31 124 0 10 432 122 65
Binary 10101111 100101 11101010 11001 1010100 0 1000 100011010 1010010 110101

Color Harmonies of #AF25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25EA

Black with #AF25EA

Text Example


Text Example

White with #AF25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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