Html Css Color HEX #AF25EB Dark Orchid

📋 copy color: '#AF25EB'

red 175 ◦ green 37 ◦ blue 235

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

Shades of Dark Orchid #AF25EB

Tints of Dark Orchid #AF25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 39.15%
G = 8.28%
B = 52.57%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF25EB (or 0xAF25EB) is known color: Dark Orchid. HEX triplet: AF, 25 and EB. RGB value is (175,37,235). Sum of RGB (Red+Green+Blue) = 175+37+235=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF25EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25EB is #50DA14. Grayscale: #646464. Windows color (decimal): -5298709 or 15410607. OLE color: 15410607.

HSL color Cylindrical-coordinate representation of color #AF25EB: hue angle of 281.82º degrees, saturation: 0.83, 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 #AF25EB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 37 235 -
CMYK 0.26 0.84 0 0.08
HSL 281.82º 0.83% 0.53% -
HSV(B) 281.82º 0.84% 0.92% -
XYZ 33.34 16.44 80.01 -
YUV 100.83 203.72 180.9 -
System Red Green Blue C M Y K H S L
Decimal 175 37 235 0.26 0.84 0 0.08 281.82 0.83 0.53
Hex AF 25 EB 1A 54 0 8 11A 53 35
Octal 257 45 353 32 124 0 10 432 123 65
Binary 10101111 100101 11101011 11010 1010100 0 1000 100011010 1010011 110101

Color Harmonies of #AF25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25EB

Black with #AF25EB

Text Example


Text Example

White with #AF25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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